Html Css Color HEX #6D9BDB Jordy Blue

📋 copy color: '#6D9BDB'

red 109 ◦ green 155 ◦ blue 219

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

Shades of Jordy Blue #6D9BDB

Tints of Jordy Blue #6D9BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.09%

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

R = 22.57%
G = 32.09%
B = 45.34%

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

#6D9BDB (or 0x6D9BDB) is known color: Jordy Blue. HEX triplet: 6D, 9B and DB. RGB value is (109,155,219). Sum of RGB (Red+Green+Blue) = 109+155+219=483 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.57% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D9BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9BDB is #926424. Grayscale: #949494. Windows color (decimal): -9593893 or 14392173. OLE color: 14392173.

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

Color convert

RGB 109 155 219 -
CMYK 0.50 0.29 0 0.14
HSL 214.91º 0.6% 0.64% -
HSV(B) 214.91º 0.5% 0.86% -
XYZ 30.81 31.81 71.53 -
YUV 148.54 167.76 99.8 -
System Red Green Blue C M Y K H S L
Decimal 109 155 219 0.50 0.29 0 0.14 214.91 0.6 0.64
Hex 6D 9B DB 32 1D 0 E D7 3C 40
Octal 155 233 333 62 35 0 16 327 74 100
Binary 1101101 10011011 11011011 110010 11101 0 1110 11010111 111100 1000000

Color Harmonies of #6D9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9BDB

Black with #6D9BDB

Text Example


Text Example

White with #6D9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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