#6DA8DB

Color #6DA8DB Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #6DA8DB

Tints of Jordy Blue #6DA8DB

Color information

#6DA8DB (or 0x6DA8DB) is unknown color: approx Jordy Blue. HEX triplet: 6D, A8 and DB. RGB value is (109,168,219). Sum of RGB (Red+Green+Blue) = 109+168+219=496 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.98% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DA8DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA8DB is #925724. Grayscale: #9B9B9B. Windows color (decimal): -9590565 or 14395501. OLE color: 14395501.

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

Color convert

RGB109168219-
CMYK0.500.2300.14
HSL207.82º60.44%64.31%-
HSV(B)207.82º50.23%85.88%-
XYZ33.136.3772.29-
YUV156.17163.4594.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.98%
GREEN value IS 168 (66.02% from 255) = 33.87%
BLUE value IS 219 (85.94% from 255) = 44.15%
R=21.98%
G=33.87%
B=44.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091682190.500.2300.14207.8260.4464.31
Hex6DA8DB32170Ed03c40
Octal155250333622701632074100
Binary110110110101000110110111100101011101110110100001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6DA8DB;
 }
 .AnyTagClassName
 {
   color: #6DA8DB;
 }
</style>
background-color css

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

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

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

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

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

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