Html Css Color HEX #6FA6DC Jordy Blue

📋 copy color: '#6FA6DC'

red 111 ◦ green 166 ◦ blue 220

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

Shades of Jordy Blue #6FA6DC

Tints of Jordy Blue #6FA6DC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.4%

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

R = 22.33%
G = 33.4%
B = 44.27%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FA6DC (or 0x6FA6DC) is known color: Jordy Blue. HEX triplet: 6F, A6 and DC. RGB value is (111,166,220). Sum of RGB (Red+Green+Blue) = 111+166+220=497 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.33% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FA6DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA6DC is #905923. Grayscale: #9B9B9B. Windows color (decimal): -9460004 or 14460527. OLE color: 14460527.

HSL color Cylindrical-coordinate representation of color #6FA6DC: hue angle of 209.72º 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 #6FA6DC is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 166 220 -
CMYK 0.50 0.25 0 0.14
HSL 209.72º 0.61% 0.65% -
HSV(B) 209.72º 0.5% 0.86% -
XYZ 33.11 35.82 72.88 -
YUV 155.71 164.28 96.11 -
System Red Green Blue C M Y K H S L
Decimal 111 166 220 0.50 0.25 0 0.14 209.72 0.61 0.65
Hex 6F A6 DC 32 19 0 E D2 3D 41
Octal 157 246 334 62 31 0 16 322 75 101
Binary 1101111 10100110 11011100 110010 11001 0 1110 11010010 111101 1000001

Color Harmonies of #6FA6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA6DC

Black with #6FA6DC

Text Example


Text Example

White with #6FA6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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