Html Css Color HEX #6DAADE Jordy Blue

📋 copy color: '#6DAADE'

red 109 ◦ green 170 ◦ blue 222

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

Shades of Jordy Blue #6DAADE

Tints of Jordy Blue #6DAADE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.93%

 BLUE value IS 222 (87.11% from 255) = 44.31%

R = 21.76%
G = 33.93%
B = 44.31%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DAADE (or 0x6DAADE) is known color: Jordy Blue. HEX triplet: 6D, AA and DE. RGB value is (109,170,222). Sum of RGB (Red+Green+Blue) = 109+170+222=501 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.76% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #6DAADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAADE is #925521. Grayscale: #9D9D9D. Windows color (decimal): -9590050 or 14592621. OLE color: 14592621.

HSL color Cylindrical-coordinate representation of color #6DAADE: hue angle of 207.61º degrees, saturation: 0.63, 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 #6DAADE is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 170 222 -
CMYK 0.51 0.23 0 0.13
HSL 207.61º 0.63% 0.65% -
HSV(B) 207.61º 0.51% 0.87% -
XYZ 33.87 37.27 74.52 -
YUV 157.69 164.29 93.27 -
System Red Green Blue C M Y K H S L
Decimal 109 170 222 0.51 0.23 0 0.13 207.61 0.63 0.65
Hex 6D AA DE 33 17 0 D D0 3F 41
Octal 155 252 336 63 27 0 15 320 77 101
Binary 1101101 10101010 11011110 110011 10111 0 1101 11010000 111111 1000001

Color Harmonies of #6DAADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAADE

Black with #6DAADE

Text Example


Text Example

White with #6DAADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,170,222); }

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

background-color css

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

 a { background-color: rgb(109,170,222); }

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

border-color css

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

 span { border-color: rgb(109,170,222); }

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