Html Css Color HEX #6AA0DB Jordy Blue

📋 copy color: '#6AA0DB'

red 106 ◦ green 160 ◦ blue 219

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

Shades of Jordy Blue #6AA0DB

Tints of Jordy Blue #6AA0DB

RGB

 RED value IS 106 (41.8% from 255) = 21.86%

 GREEN value IS 160 (62.89% from 255) = 32.99%

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

R = 21.86%
G = 32.99%
B = 45.15%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6AA0DB (or 0x6AA0DB) is known color: Jordy Blue. HEX triplet: 6A, A0 and DB. RGB value is (106,160,219). Sum of RGB (Red+Green+Blue) = 106+160+219=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #6AA0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA0DB is #955F24. Grayscale: #969696. Windows color (decimal): -9789221 or 14393450. OLE color: 14393450.

HSL color Cylindrical-coordinate representation of color #6AA0DB: hue angle of 211.33º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AA0DB is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 160 219 -
CMYK 0.52 0.27 0 0.14
HSL 211.33º 0.61% 0.64% -
HSV(B) 211.33º 0.52% 0.86% -
XYZ 31.3 33.32 71.8 -
YUV 150.58 166.61 96.2 -
System Red Green Blue C M Y K H S L
Decimal 106 160 219 0.52 0.27 0 0.14 211.33 0.61 0.64
Hex 6A A0 DB 34 1B 0 E D3 3D 40
Octal 152 240 333 64 33 0 16 323 75 100
Binary 1101010 10100000 11011011 110100 11011 0 1110 11010011 111101 1000000

Color Harmonies of #6AA0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA0DB

Black with #6AA0DB

Text Example


Text Example

White with #6AA0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,160,219); }

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

background-color css

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

 a { background-color: rgb(106,160,219); }

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

border-color css

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

 span { border-color: rgb(106,160,219); }

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