#6DA2DD

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

Shades of Jordy Blue #6DA2DD

Tints of Jordy Blue #6DA2DD

Color information

#6DA2DD (or 0x6DA2DD) is unknown color: approx Jordy Blue. HEX triplet: 6D, A2 and DD. RGB value is (109,162,221). Sum of RGB (Red+Green+Blue) = 109+162+221=492 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.15% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DA2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA2DD is #925D22. Grayscale: #989898. Windows color (decimal): -9592099 or 14525037. OLE color: 14525037.

HSL color Cylindrical-coordinate representation of color #6DA2DD: hue angle of 211.61º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DA2DD is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB109162221-
CMYK0.510.2700.13
HSL211.61º62.22%64.71%-
HSV(B)211.61º50.68%86.67%-
XYZ32.2834.3173.33-
YUV152.88166.4496.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.15%
GREEN value IS 162 (63.67% from 255) = 32.93%
BLUE value IS 221 (86.72% from 255) = 44.92%
R=22.15%
G=32.93%
B=44.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1091622210.510.2700.13211.6162.2264.71
Hex6DA2DD331B0Dd43e41
Octal155242335633301532476101
Binary110110110100010110111011100111101101101110101001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,162,221); }

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

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

 a { background-color: rgb(109,162,221); }

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

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

 span { border-color: rgb(109,162,221); }

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