Html Css Color HEX #6AA1DB Jordy Blue

📋 copy color: '#6AA1DB'

red 106 ◦ green 161 ◦ blue 219

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

Shades of Jordy Blue #6AA1DB

Tints of Jordy Blue #6AA1DB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.13%

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

R = 21.81%
G = 33.13%
B = 45.06%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6AA1DB (or 0x6AA1DB) is known color: Jordy Blue. HEX triplet: 6A, A1 and DB. RGB value is (106,161,219). Sum of RGB (Red+Green+Blue) = 106+161+219=486 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.81% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #6AA1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA1DB is #955E24. Grayscale: #969696. Windows color (decimal): -9788965 or 14393706. OLE color: 14393706.

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

Color convert

RGB 106 161 219 -
CMYK 0.52 0.26 0 0.14
HSL 210.8º 0.61% 0.64% -
HSV(B) 210.8º 0.52% 0.86% -
XYZ 31.47 33.67 71.86 -
YUV 151.17 166.28 95.78 -
System Red Green Blue C M Y K H S L
Decimal 106 161 219 0.52 0.26 0 0.14 210.8 0.61 0.64
Hex 6A A1 DB 34 1A 0 E D3 3D 40
Octal 152 241 333 64 32 0 16 323 75 100
Binary 1101010 10100001 11011011 110100 11010 0 1110 11010011 111101 1000000

Color Harmonies of #6AA1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA1DB

Black with #6AA1DB

Text Example


Text Example

White with #6AA1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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