#6DA6DB

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

Shades of Jordy Blue #6DA6DB

Tints of Jordy Blue #6DA6DB

Color information

#6DA6DB (or 0x6DA6DB) is unknown color: approx Jordy Blue. HEX triplet: 6D, A6 and DB. RGB value is (109,166,219). Sum of RGB (Red+Green+Blue) = 109+166+219=494 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.06% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DA6DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA6DB is #925924. Grayscale: #9A9A9A. Windows color (decimal): -9591077 or 14394989. OLE color: 14394989.

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

Color convert

RGB109166219-
CMYK0.500.2400.14
HSL208.91º60.44%64.31%-
HSV(B)208.91º50.23%85.88%-
XYZ32.7335.6472.17-
YUV155164.1295.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.06%
GREEN value IS 166 (65.23% from 255) = 33.60%
BLUE value IS 219 (85.94% from 255) = 44.33%
R=22.06%
G=33.60%
B=44.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091662190.500.2400.14208.9160.4464.31
Hex6DA6DB32180Ed13c40
Octal155246333623001632174100
Binary110110110100110110110111100101100001110110100011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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