Html Css Color HEX #6DAADF Jordy Blue

📋 copy color: '#6DAADF'

red 109 ◦ green 170 ◦ blue 223

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

Shades of Jordy Blue #6DAADF

Tints of Jordy Blue #6DAADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.42%

R = 21.71%
G = 33.86%
B = 44.42%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DAADF (or 0x6DAADF) is known color: Jordy Blue. HEX triplet: 6D, AA and DF. RGB value is (109,170,223). Sum of RGB (Red+Green+Blue) = 109+170+223=502 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.71% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #6DAADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAADF is #925520. Grayscale: #9D9D9D. Windows color (decimal): -9590049 or 14658157. OLE color: 14658157.

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

Color convert

RGB 109 170 223 -
CMYK 0.51 0.24 0 0.13
HSL 207.89º 0.64% 0.65% -
HSV(B) 207.89º 0.51% 0.87% -
XYZ 34 37.33 75.23 -
YUV 157.8 164.79 93.19 -
System Red Green Blue C M Y K H S L
Decimal 109 170 223 0.51 0.24 0 0.13 207.89 0.64 0.65
Hex 6D AA DF 33 18 0 D D0 40 41
Octal 155 252 337 63 30 0 15 320 100 101
Binary 1101101 10101010 11011111 110011 11000 0 1101 11010000 1000000 1000001

Color Harmonies of #6DAADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAADF

Black with #6DAADF

Text Example


Text Example

White with #6DAADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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