Html Css Color HEX #6DA0DB Jordy Blue

📋 copy color: '#6DA0DB'

red 109 ◦ green 160 ◦ blue 219

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

Shades of Jordy Blue #6DA0DB

Tints of Jordy Blue #6DA0DB

RGB

 RED value IS 109 (42.97% from 255) = 22.34%

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

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

R = 22.34%
G = 32.79%
B = 44.88%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6DA0DB (or 0x6DA0DB) is known color: Jordy Blue. HEX triplet: 6D, A0 and DB. RGB value is (109,160,219). Sum of RGB (Red+Green+Blue) = 109+160+219=488 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.34% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DA0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA0DB is #925F24. Grayscale: #979797. Windows color (decimal): -9592613 or 14393453. OLE color: 14393453.

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

Color convert

RGB 109 160 219 -
CMYK 0.50 0.27 0 0.14
HSL 212.18º 0.6% 0.64% -
HSV(B) 212.18º 0.5% 0.86% -
XYZ 31.66 33.51 71.82 -
YUV 151.48 166.1 97.7 -
System Red Green Blue C M Y K H S L
Decimal 109 160 219 0.50 0.27 0 0.14 212.18 0.6 0.64
Hex 6D A0 DB 32 1B 0 E D4 3C 40
Octal 155 240 333 62 33 0 16 324 74 100
Binary 1101101 10100000 11011011 110010 11011 0 1110 11010100 111100 1000000

Color Harmonies of #6DA0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA0DB

Black with #6DA0DB

Text Example


Text Example

White with #6DA0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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