Html Css Color HEX #6FABDC Jordy Blue

📋 copy color: '#6FABDC'

red 111 ◦ green 171 ◦ blue 220

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

Shades of Jordy Blue #6FABDC

Tints of Jordy Blue #6FABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.82%

R = 22.11%
G = 34.06%
B = 43.82%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FABDC (or 0x6FABDC) is known color: Jordy Blue. HEX triplet: 6F, AB and DC. RGB value is (111,171,220). Sum of RGB (Red+Green+Blue) = 111+171+220=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FABDC is #905423. Grayscale: #9E9E9E. Windows color (decimal): -9458724 or 14461807. OLE color: 14461807.

HSL color Cylindrical-coordinate representation of color #6FABDC: hue angle of 206.97º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FABDC is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 171 220 -
CMYK 0.50 0.22 0 0.14
HSL 206.97º 0.61% 0.65% -
HSV(B) 206.97º 0.5% 0.86% -
XYZ 34.04 37.67 73.19 -
YUV 158.65 162.62 94.02 -
System Red Green Blue C M Y K H S L
Decimal 111 171 220 0.50 0.22 0 0.14 206.97 0.61 0.65
Hex 6F AB DC 32 16 0 E CF 3D 41
Octal 157 253 334 62 26 0 16 317 75 101
Binary 1101111 10101011 11011100 110010 10110 0 1110 11001111 111101 1000001

Color Harmonies of #6FABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FABDC

Black with #6FABDC

Text Example


Text Example

White with #6FABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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