#6BABEA

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

Shades of Jordy Blue #6BABEA

Tints of Jordy Blue #6BABEA

Color information

#6BABEA (or 0x6BABEA) is unknown color: approx Jordy Blue. HEX triplet: 6B, AB and EA. RGB value is (107,171,234). Sum of RGB (Red+Green+Blue) = 107+171+234=512 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.90% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BABEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BABEA is #945415. Grayscale: #9E9E9E. Windows color (decimal): -9720854 or 15379307. OLE color: 15379307.

HSL color Cylindrical-coordinate representation of color #6BABEA: hue angle of 209.76º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BABEA is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB107171234-
CMYK0.540.2700.08
HSL209.76º75.15%66.86%-
HSV(B)209.76º54.27%91.76%-
XYZ35.4838.1983.34-
YUV159.05170.390.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.90%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 234 (91.80% from 255) = 45.70%
R=20.90%
G=33.40%
B=45.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1071712340.540.2700.08209.7675.1566.86
Hex6BABEA361B08d24b43
Octal1532533526633010322113103
Binary1101011101010111110101011011011011010001101001010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,171,234); }

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

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

 a { background-color: rgb(107,171,234); }

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

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

 span { border-color: rgb(107,171,234); }

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