Html Css Color HEX #6FA8DD Jordy Blue

📋 copy color: '#6FA8DD'

red 111 ◦ green 168 ◦ blue 221

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

Shades of Jordy Blue #6FA8DD

Tints of Jordy Blue #6FA8DD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.6%

 BLUE value IS 221 (86.72% from 255) = 44.2%

R = 22.2%
G = 33.6%
B = 44.2%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FA8DD (or 0x6FA8DD) is known color: Jordy Blue. HEX triplet: 6F, A8 and DD. RGB value is (111,168,221). Sum of RGB (Red+Green+Blue) = 111+168+221=500 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.2% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FA8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA8DD is #905722. Grayscale: #9C9C9C. Windows color (decimal): -9459491 or 14526575. OLE color: 14526575.

HSL color Cylindrical-coordinate representation of color #6FA8DD: hue angle of 208.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FA8DD is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 168 221 -
CMYK 0.50 0.24 0 0.13
HSL 208.91º 0.62% 0.65% -
HSV(B) 208.91º 0.5% 0.87% -
XYZ 33.61 36.61 73.7 -
YUV 157 164.12 95.19 -
System Red Green Blue C M Y K H S L
Decimal 111 168 221 0.50 0.24 0 0.13 208.91 0.62 0.65
Hex 6F A8 DD 32 18 0 D D1 3E 41
Octal 157 250 335 62 30 0 15 321 76 101
Binary 1101111 10101000 11011101 110010 11000 0 1101 11010001 111110 1000001

Color Harmonies of #6FA8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA8DD

Black with #6FA8DD

Text Example


Text Example

White with #6FA8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,168,221); }

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

background-color css

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

 a { background-color: rgb(111,168,221); }

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

border-color css

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

 span { border-color: rgb(111,168,221); }

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