Html Css Color HEX #6FA9DF Jordy Blue

📋 copy color: '#6FA9DF'

red 111 ◦ green 169 ◦ blue 223

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

Shades of Jordy Blue #6FA9DF

Tints of Jordy Blue #6FA9DF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.6%

 BLUE value IS 223 (87.5% from 255) = 44.33%

R = 22.07%
G = 33.6%
B = 44.33%

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

#6FA9DF (or 0x6FA9DF) is known color: Jordy Blue. HEX triplet: 6F, A9 and DF. RGB value is (111,169,223). Sum of RGB (Red+Green+Blue) = 111+169+223=503 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.07% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FA9DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA9DF is #905620. Grayscale: #9D9D9D. Windows color (decimal): -9459233 or 14657903. OLE color: 14657903.

HSL color Cylindrical-coordinate representation of color #6FA9DF: hue angle of 208.93º degrees, saturation: 0.64, 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 #6FA9DF is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 169 223 -
CMYK 0.50 0.24 0 0.13
HSL 208.93º 0.64% 0.65% -
HSV(B) 208.93º 0.5% 0.87% -
XYZ 34.06 37.08 75.17 -
YUV 157.81 164.78 94.61 -
System Red Green Blue C M Y K H S L
Decimal 111 169 223 0.50 0.24 0 0.13 208.93 0.64 0.65
Hex 6F A9 DF 32 18 0 D D1 40 41
Octal 157 251 337 62 30 0 15 321 100 101
Binary 1101111 10101001 11011111 110010 11000 0 1101 11010001 1000000 1000001

Color Harmonies of #6FA9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA9DF

Black with #6FA9DF

Text Example


Text Example

White with #6FA9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,169,223); }

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

background-color css

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

 a { background-color: rgb(111,169,223); }

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

border-color css

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

 span { border-color: rgb(111,169,223); }

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