Html Css Color HEX #6DA1DD Jordy Blue

📋 copy color: '#6DA1DD'

red 109 ◦ green 161 ◦ blue 221

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

Shades of Jordy Blue #6DA1DD

Tints of Jordy Blue #6DA1DD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.79%

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

R = 22.2%
G = 32.79%
B = 45.01%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DA1DD (or 0x6DA1DD) is known color: Jordy Blue. HEX triplet: 6D, A1 and DD. RGB value is (109,161,221). Sum of RGB (Red+Green+Blue) = 109+161+221=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DA1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA1DD is #925E22. Grayscale: #989898. Windows color (decimal): -9592355 or 14524781. OLE color: 14524781.

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

Color convert

RGB 109 161 221 -
CMYK 0.51 0.27 0 0.13
HSL 212.14º 0.62% 0.65% -
HSV(B) 212.14º 0.51% 0.87% -
XYZ 32.1 33.96 73.27 -
YUV 152.29 166.77 97.12 -
System Red Green Blue C M Y K H S L
Decimal 109 161 221 0.51 0.27 0 0.13 212.14 0.62 0.65
Hex 6D A1 DD 33 1B 0 D D4 3E 41
Octal 155 241 335 63 33 0 15 324 76 101
Binary 1101101 10100001 11011101 110011 11011 0 1101 11010100 111110 1000001

Color Harmonies of #6DA1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA1DD

Black with #6DA1DD

Text Example


Text Example

White with #6DA1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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