Html Css Color HEX #6FA8DF Jordy Blue

📋 copy color: '#6FA8DF'

red 111 ◦ green 168 ◦ blue 223

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

Shades of Jordy Blue #6FA8DF

Tints of Jordy Blue #6FA8DF

RGB

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

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

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

R = 22.11%
G = 33.47%
B = 44.42%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FA8DF (or 0x6FA8DF) is known color: Jordy Blue. HEX triplet: 6F, A8 and DF. RGB value is (111,168,223). Sum of RGB (Red+Green+Blue) = 111+168+223=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FA8DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA8DF is #905720. Grayscale: #9C9C9C. Windows color (decimal): -9459489 or 14657647. OLE color: 14657647.

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

Color convert

RGB 111 168 223 -
CMYK 0.50 0.25 0 0.13
HSL 209.46º 0.64% 0.65% -
HSV(B) 209.46º 0.5% 0.87% -
XYZ 33.88 36.71 75.11 -
YUV 157.23 165.12 95.03 -
System Red Green Blue C M Y K H S L
Decimal 111 168 223 0.50 0.25 0 0.13 209.46 0.64 0.65
Hex 6F A8 DF 32 19 0 D D1 40 41
Octal 157 250 337 62 31 0 15 321 100 101
Binary 1101111 10101000 11011111 110010 11001 0 1101 11010001 1000000 1000001

Color Harmonies of #6FA8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA8DF

Black with #6FA8DF

Text Example


Text Example

White with #6FA8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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