Html Css Color HEX #6D9CDB Jordy Blue

📋 copy color: '#6D9CDB'

red 109 ◦ green 156 ◦ blue 219

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

Shades of Jordy Blue #6D9CDB

Tints of Jordy Blue #6D9CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.23%

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 22.52%
G = 32.23%
B = 45.25%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D9CDB (or 0x6D9CDB) is known color: Jordy Blue. HEX triplet: 6D, 9C and DB. RGB value is (109,156,219). Sum of RGB (Red+Green+Blue) = 109+156+219=484 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.52% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D9CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9CDB is #926324. Grayscale: #949494. Windows color (decimal): -9593637 or 14392429. OLE color: 14392429.

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

Color convert

RGB 109 156 219 -
CMYK 0.50 0.29 0 0.14
HSL 214.36º 0.6% 0.64% -
HSV(B) 214.36º 0.5% 0.86% -
XYZ 30.98 32.14 71.59 -
YUV 149.13 167.43 99.38 -
System Red Green Blue C M Y K H S L
Decimal 109 156 219 0.50 0.29 0 0.14 214.36 0.6 0.64
Hex 6D 9C DB 32 1D 0 E D6 3C 40
Octal 155 234 333 62 35 0 16 326 74 100
Binary 1101101 10011100 11011011 110010 11101 0 1110 11010110 111100 1000000

Color Harmonies of #6D9CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9CDB

Black with #6D9CDB

Text Example


Text Example

White with #6D9CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,156,219); }

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

background-color css

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

 a { background-color: rgb(109,156,219); }

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

border-color css

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

 span { border-color: rgb(109,156,219); }

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