#6BABE4

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

Shades of Jordy Blue #6BABE4

Tints of Jordy Blue #6BABE4

Color information

#6BABE4 (or 0x6BABE4) is unknown color: approx Jordy Blue. HEX triplet: 6B, AB and E4. RGB value is (107,171,228). Sum of RGB (Red+Green+Blue) = 107+171+228=506 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.15% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 228 - color contains mainly: blue. Hex color #6BABE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BABE4 is #94541B. Grayscale: #9E9E9E. Windows color (decimal): -9720860 or 14986091. OLE color: 14986091.

HSL color Cylindrical-coordinate representation of color #6BABE4: hue angle of 208.26º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BABE4 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB107171228-
CMYK0.530.2500.11
HSL208.26º69.14%65.69%-
HSV(B)208.26º53.07%89.41%-
XYZ34.6337.8578.88-
YUV158.36167.391.37-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.15%
GREEN value IS 171 (67.19% from 255) = 33.79%
BLUE value IS 228 (89.45% from 255) = 45.06%
R=21.15%
G=33.79%
B=45.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1071712280.530.2500.11208.2669.1465.69
Hex6BABE435190Bd04542
Octal1532533446531013320105102
Binary1101011101010111110010011010111001010111101000010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BABE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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