Html Css Color HEX #6DADED Jordy Blue

📋 copy color: '#6DADED'

red 109 ◦ green 173 ◦ blue 237

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

Shades of Jordy Blue #6DADED

Tints of Jordy Blue #6DADED

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.33%

 BLUE value IS 237 (92.97% from 255) = 45.66%

R = 21%
G = 33.33%
B = 45.66%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6DADED (or 0x6DADED) is known color: Jordy Blue. HEX triplet: 6D, AD and ED. RGB value is (109,173,237). Sum of RGB (Red+Green+Blue) = 109+173+237=519 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.00% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #6DADED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DADED is #925212. Grayscale: #A0A0A0. Windows color (decimal): -9589267 or 15576429. OLE color: 15576429.

HSL color Cylindrical-coordinate representation of color #6DADED: hue angle of 210º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DADED is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 173 237 -
CMYK 0.54 0.27 0 0.07
HSL 210º 0.78% 0.68% -
HSV(B) 210º 0.54% 0.93% -
XYZ 36.54 39.25 85.77 -
YUV 161.16 170.8 90.8 -
System Red Green Blue C M Y K H S L
Decimal 109 173 237 0.54 0.27 0 0.07 210 0.78 0.68
Hex 6D AD ED 36 1B 0 7 D2 4E 44
Octal 155 255 355 66 33 0 7 322 116 104
Binary 1101101 10101101 11101101 110110 11011 0 111 11010010 1001110 1000100

Color Harmonies of #6DADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DADED

Black with #6DADED

Text Example


Text Example

White with #6DADED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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