Html Css Color HEX #6FABE8 Jordy Blue

📋 copy color: '#6FABE8'

red 111 ◦ green 171 ◦ blue 232

#6FABE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #6FABE8

Tints of Jordy Blue #6FABE8

RGB

 RED value IS 111 (43.75% from 255) = 21.6%

 GREEN value IS 171 (67.19% from 255) = 33.27%

 BLUE value IS 232 (91.02% from 255) = 45.14%

R = 21.6%
G = 33.27%
B = 45.14%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6FABE8 (or 0x6FABE8) is known color: Jordy Blue. HEX triplet: 6F, AB and E8. RGB value is (111,171,232). Sum of RGB (Red+Green+Blue) = 111+171+232=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 232 (91.02% from 255 or 45.14% from 514); Max value from RGB is 232 - color contains mainly: blue. Hex color #6FABE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FABE8 is #905417. Grayscale: #9F9F9F. Windows color (decimal): -9458712 or 15248239. OLE color: 15248239.

HSL color Cylindrical-coordinate representation of color #6FABE8: hue angle of 210.25º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FABE8 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 111 171 232 -
CMYK 0.52 0.26 0 0.09
HSL 210.25º 0.72% 0.67% -
HSV(B) 210.25º 0.52% 0.91% -
XYZ 35.68 38.33 81.86 -
YUV 160.01 168.62 93.04 -
System Red Green Blue C M Y K H S L
Decimal 111 171 232 0.52 0.26 0 0.09 210.25 0.72 0.67
Hex 6F AB E8 34 1A 0 9 D2 48 43
Octal 157 253 350 64 32 0 11 322 110 103
Binary 1101111 10101011 11101000 110100 11010 0 1001 11010010 1001000 1000011

Color Harmonies of #6FABE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FABE8

Black with #6FABE8

Text Example


Text Example

White with #6FABE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,171,232); }

 H1.HeaderClassName
 {
   color: #6FABE8;
 }
 .AnyTagClassName
 {
   color: #6FABE8;
 }
</style>

background-color css

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

 a { background-color: rgb(111,171,232); }

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

border-color css

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

 span { border-color: rgb(111,171,232); }

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