Html Css Color HEX #6DA3DC Jordy Blue

📋 copy color: '#6DA3DC'

red 109 ◦ green 163 ◦ blue 220

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

Shades of Jordy Blue #6DA3DC

Tints of Jordy Blue #6DA3DC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.13%

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

R = 22.15%
G = 33.13%
B = 44.72%

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

#6DA3DC (or 0x6DA3DC) is known color: Jordy Blue. HEX triplet: 6D, A3 and DC. RGB value is (109,163,220). Sum of RGB (Red+Green+Blue) = 109+163+220=492 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.15% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DA3DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA3DC is #925C23. Grayscale: #999999. Windows color (decimal): -9591844 or 14459757. OLE color: 14459757.

HSL color Cylindrical-coordinate representation of color #6DA3DC: hue angle of 210.81º 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 #6DA3DC is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 163 220 -
CMYK 0.50 0.26 0 0.14
HSL 210.81º 0.61% 0.65% -
HSV(B) 210.81º 0.5% 0.86% -
XYZ 32.32 34.61 72.69 -
YUV 153.35 165.61 96.37 -
System Red Green Blue C M Y K H S L
Decimal 109 163 220 0.50 0.26 0 0.14 210.81 0.61 0.65
Hex 6D A3 DC 32 1A 0 E D3 3D 41
Octal 155 243 334 62 32 0 16 323 75 101
Binary 1101101 10100011 11011100 110010 11010 0 1110 11010011 111101 1000001

Color Harmonies of #6DA3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA3DC

Black with #6DA3DC

Text Example


Text Example

White with #6DA3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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