Html Css Color HEX #6FA2DB Jordy Blue

📋 copy color: '#6FA2DB'

red 111 ◦ green 162 ◦ blue 219

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

Shades of Jordy Blue #6FA2DB

Tints of Jordy Blue #6FA2DB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.93%

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

R = 22.56%
G = 32.93%
B = 44.51%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FA2DB (or 0x6FA2DB) is known color: Jordy Blue. HEX triplet: 6F, A2 and DB. RGB value is (111,162,219). Sum of RGB (Red+Green+Blue) = 111+162+219=492 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.56% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FA2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA2DB is #905D24. Grayscale: #989898. Windows color (decimal): -9461029 or 14393967. OLE color: 14393967.

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

Color convert

RGB 111 162 219 -
CMYK 0.49 0.26 0 0.14
HSL 211.67º 0.6% 0.65% -
HSV(B) 211.67º 0.49% 0.86% -
XYZ 32.26 34.33 71.94 -
YUV 153.25 165.1 97.87 -
System Red Green Blue C M Y K H S L
Decimal 111 162 219 0.49 0.26 0 0.14 211.67 0.6 0.65
Hex 6F A2 DB 31 1A 0 E D4 3C 41
Octal 157 242 333 61 32 0 16 324 74 101
Binary 1101111 10100010 11011011 110001 11010 0 1110 11010100 111100 1000001

Color Harmonies of #6FA2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA2DB

Black with #6FA2DB

Text Example


Text Example

White with #6FA2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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