Html Css Color HEX #6DACDD Jordy Blue

📋 copy color: '#6DACDD'

red 109 ◦ green 172 ◦ blue 221

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

Shades of Jordy Blue #6DACDD

Tints of Jordy Blue #6DACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.26%

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 21.71%
G = 34.26%
B = 44.02%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DACDD (or 0x6DACDD) is known color: Jordy Blue. HEX triplet: 6D, AC and DD. RGB value is (109,172,221). Sum of RGB (Red+Green+Blue) = 109+172+221=502 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.71% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACDD is #925322. Grayscale: #9E9E9E. Windows color (decimal): -9589539 or 14527597. OLE color: 14527597.

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

Color convert

RGB 109 172 221 -
CMYK 0.51 0.22 0 0.13
HSL 206.25º 0.62% 0.65% -
HSV(B) 206.25º 0.51% 0.87% -
XYZ 34.11 37.98 73.94 -
YUV 158.75 163.13 92.52 -
System Red Green Blue C M Y K H S L
Decimal 109 172 221 0.51 0.22 0 0.13 206.25 0.62 0.65
Hex 6D AC DD 33 16 0 D CE 3E 41
Octal 155 254 335 63 26 0 15 316 76 101
Binary 1101101 10101100 11011101 110011 10110 0 1101 11001110 111110 1000001

Color Harmonies of #6DACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DACDD

Black with #6DACDD

Text Example


Text Example

White with #6DACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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