Html Css Color HEX #6FA8DB Jordy Blue

📋 copy color: '#6FA8DB'

red 111 ◦ green 168 ◦ blue 219

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

Shades of Jordy Blue #6FA8DB

Tints of Jordy Blue #6FA8DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.98%

R = 22.29%
G = 33.73%
B = 43.98%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FA8DB (or 0x6FA8DB) is known color: Jordy Blue. HEX triplet: 6F, A8 and DB. RGB value is (111,168,219). Sum of RGB (Red+Green+Blue) = 111+168+219=498 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.29% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FA8DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA8DB is #905724. Grayscale: #9C9C9C. Windows color (decimal): -9459493 or 14395503. OLE color: 14395503.

HSL color Cylindrical-coordinate representation of color #6FA8DB: hue angle of 208.33º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FA8DB is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 168 219 -
CMYK 0.49 0.23 0 0.14
HSL 208.33º 0.6% 0.65% -
HSV(B) 208.33º 0.49% 0.86% -
XYZ 33.34 36.5 72.31 -
YUV 156.77 163.12 95.35 -
System Red Green Blue C M Y K H S L
Decimal 111 168 219 0.49 0.23 0 0.14 208.33 0.6 0.65
Hex 6F A8 DB 31 17 0 E D0 3C 41
Octal 157 250 333 61 27 0 16 320 74 101
Binary 1101111 10101000 11011011 110001 10111 0 1110 11010000 111100 1000001

Color Harmonies of #6FA8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA8DB

Black with #6FA8DB

Text Example


Text Example

White with #6FA8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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