Html Css Color HEX #6DA2DC Jordy Blue

📋 copy color: '#6DA2DC'

red 109 ◦ green 162 ◦ blue 220

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

Shades of Jordy Blue #6DA2DC

Tints of Jordy Blue #6DA2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.99%

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 22.2%
G = 32.99%
B = 44.81%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6DA2DC (or 0x6DA2DC) is known color: Jordy Blue. HEX triplet: 6D, A2 and DC. RGB value is (109,162,220). Sum of RGB (Red+Green+Blue) = 109+162+220=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DA2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA2DC is #925D23. Grayscale: #989898. Windows color (decimal): -9592100 or 14459501. OLE color: 14459501.

HSL color Cylindrical-coordinate representation of color #6DA2DC: hue angle of 211.35º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DA2DC is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 162 220 -
CMYK 0.50 0.26 0 0.14
HSL 211.35º 0.61% 0.65% -
HSV(B) 211.35º 0.5% 0.86% -
XYZ 32.15 34.26 72.63 -
YUV 152.77 165.94 96.78 -
System Red Green Blue C M Y K H S L
Decimal 109 162 220 0.50 0.26 0 0.14 211.35 0.61 0.65
Hex 6D A2 DC 32 1A 0 E D3 3D 41
Octal 155 242 334 62 32 0 16 323 75 101
Binary 1101101 10100010 11011100 110010 11010 0 1110 11010011 111101 1000001

Color Harmonies of #6DA2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA2DC

Black with #6DA2DC

Text Example


Text Example

White with #6DA2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,162,220); }

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

background-color css

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

 a { background-color: rgb(109,162,220); }

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

border-color css

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

 span { border-color: rgb(109,162,220); }

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