Html Css Color HEX #6DA0D9 Jordy Blue

📋 copy color: '#6DA0D9'

red 109 ◦ green 160 ◦ blue 217

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

Shades of Jordy Blue #6DA0D9

Tints of Jordy Blue #6DA0D9

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.92%

 BLUE value IS 217 (85.16% from 255) = 44.65%

R = 22.43%
G = 32.92%
B = 44.65%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6DA0D9 (or 0x6DA0D9) is known color: Jordy Blue. HEX triplet: 6D, A0 and D9. RGB value is (109,160,217). Sum of RGB (Red+Green+Blue) = 109+160+217=486 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.43% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 217 - color contains mainly: blue. Hex color #6DA0D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA0D9 is #925F26. Grayscale: #969696. Windows color (decimal): -9592615 or 14262381. OLE color: 14262381.

HSL color Cylindrical-coordinate representation of color #6DA0D9: hue angle of 211.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DA0D9 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 160 217 -
CMYK 0.50 0.26 0 0.15
HSL 211.67º 0.59% 0.64% -
HSV(B) 211.67º 0.5% 0.85% -
XYZ 31.4 33.4 70.44 -
YUV 151.25 165.1 97.87 -
System Red Green Blue C M Y K H S L
Decimal 109 160 217 0.50 0.26 0 0.15 211.67 0.59 0.64
Hex 6D A0 D9 32 1A 0 F D4 3B 40
Octal 155 240 331 62 32 0 17 324 73 100
Binary 1101101 10100000 11011001 110010 11010 0 1111 11010100 111011 1000000

Color Harmonies of #6DA0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA0D9

Black with #6DA0D9

Text Example


Text Example

White with #6DA0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,160,217); }

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

background-color css

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

 a { background-color: rgb(109,160,217); }

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

border-color css

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

 span { border-color: rgb(109,160,217); }

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