#6BA9EC

Color #6BA9EC Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #6BA9EC

Tints of Jordy Blue #6BA9EC

Color information

#6BA9EC (or 0x6BA9EC) is unknown color: approx Jordy Blue. HEX triplet: 6B, A9 and EC. RGB value is (107,169,236). Sum of RGB (Red+Green+Blue) = 107+169+236=512 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.90% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #6BA9EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA9EC is #945613. Grayscale: #9D9D9D. Windows color (decimal): -9721364 or 15509867. OLE color: 15509867.

HSL color Cylindrical-coordinate representation of color #6BA9EC: hue angle of 211.16º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BA9EC is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB107169236-
CMYK0.550.2800.07
HSL211.16º77.25%67.25%-
HSV(B)211.16º54.66%92.55%-
XYZ35.3937.5684.74-
YUV158.1171.9691.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 20.90%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 236 (92.58% from 255) = 46.09%
R=20.90%
G=33.01%
B=46.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1071692360.550.2800.07211.1677.2567.25
Hex6BA9EC371C07d34d43
Octal153251354673407323115103
Binary110101110101001111011001101111110001111101001110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BA9EC; }

 p { color: rgb(107,169,236); }

 H1.HeaderClassName
 {
   color: #6BA9EC;
 }
 .AnyTagClassName
 {
   color: #6BA9EC;
 }
</style>
background-color css

<style>
 a { background-color: #6BA9EC; }

 a { background-color: rgb(107,169,236); }

 div.DivClassName
 {
   background-color: #6BA9EC;
 }
 .BgClassName
 {
   background-color: #6BA9EC;
 }
</style>
border-color css

<style>
 span { border-color: #6BA9EC; }

 span { border-color: rgb(107,169,236); }

 td.TdClassName
 {
   border-color: #6BA9EC;
 }
 .TagClassName
 {
   border-color: #6BA9EC;
 }
</style>