Html Css Color HEX #6FABE6 Jordy Blue

📋 copy color: '#6FABE6'

red 111 ◦ green 171 ◦ blue 230

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

Shades of Jordy Blue #6FABE6

Tints of Jordy Blue #6FABE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.92%

R = 21.68%
G = 33.4%
B = 44.92%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6FABE6 (or 0x6FABE6) is known color: Jordy Blue. HEX triplet: 6F, AB and E6. RGB value is (111,171,230). Sum of RGB (Red+Green+Blue) = 111+171+230=512 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.68% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #6FABE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FABE6 is #905419. Grayscale: #9F9F9F. Windows color (decimal): -9458714 or 15117167. OLE color: 15117167.

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

Color convert

RGB 111 171 230 -
CMYK 0.52 0.26 0 0.10
HSL 209.75º 0.7% 0.67% -
HSV(B) 209.75º 0.52% 0.9% -
XYZ 35.4 38.22 80.37 -
YUV 159.79 167.62 93.2 -
System Red Green Blue C M Y K H S L
Decimal 111 171 230 0.52 0.26 0 0.10 209.75 0.7 0.67
Hex 6F AB E6 34 1A 0 A D2 46 43
Octal 157 253 346 64 32 0 12 322 106 103
Binary 1101111 10101011 11100110 110100 11010 0 1010 11010010 1000110 1000011

Color Harmonies of #6FABE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FABE6

Black with #6FABE6

Text Example


Text Example

White with #6FABE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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