Html Css Color HEX #6DA2DD Jordy Blue

📋 copy color: '#6DA2DD'

red 109 ◦ green 162 ◦ blue 221

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

Shades of Jordy Blue #6DA2DD

Tints of Jordy Blue #6DA2DD

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 value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DA2DD (or 0x6DA2DD) is known color: 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

RGB 109 162 221 -
CMYK 0.51 0.27 0 0.13
HSL 211.61º 0.62% 0.65% -
HSV(B) 211.61º 0.51% 0.87% -
XYZ 32.28 34.31 73.33 -
YUV 152.88 166.44 96.7 -
System Red Green Blue C M Y K H S L
Decimal 109 162 221 0.51 0.27 0 0.13 211.61 0.62 0.65
Hex 6D A2 DD 33 1B 0 D D4 3E 41
Octal 155 242 335 63 33 0 15 324 76 101
Binary 1101101 10100010 11011101 110011 11011 0 1101 11010100 111110 1000001

Color Harmonies of #6DA2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA2DD

Black with #6DA2DD

Text Example


Text Example

White with #6DA2DD

Text Example


Text Example

HTML Codes & Css Web 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>