#6DADE6

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

Shades of Jordy Blue #6DADE6

Tints of Jordy Blue #6DADE6

Color information

#6DADE6 (or 0x6DADE6) is unknown color: approx Jordy Blue. HEX triplet: 6D, AD and E6. RGB value is (109,173,230). Sum of RGB (Red+Green+Blue) = 109+173+230=512 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.29% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #6DADE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DADE6 is #925219. Grayscale: #A0A0A0. Windows color (decimal): -9589274 or 15117677. OLE color: 15117677.

HSL color Cylindrical-coordinate representation of color #6DADE6: hue angle of 208.26º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DADE6 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB109173230-
CMYK0.530.2500.10
HSL208.26º70.76%66.47%-
HSV(B)208.26º52.61%90.2%-
XYZ35.5338.8580.49-
YUV160.36167.391.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.29%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 230 (90.23% from 255) = 44.92%
R=21.29%
G=33.79%
B=44.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1091732300.530.2500.10208.2670.7666.47
Hex6DADE635190Ad04742
Octal1552553466531012320107102
Binary1101101101011011110011011010111001010101101000010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DADE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,173,230); }

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

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

 a { background-color: rgb(109,173,230); }

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

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

 span { border-color: rgb(109,173,230); }

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