Html Css Color HEX #6D9FDB Jordy Blue

📋 copy color: '#6D9FDB'

red 109 ◦ green 159 ◦ blue 219

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

Shades of Jordy Blue #6D9FDB

Tints of Jordy Blue #6D9FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.65%

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

R = 22.38%
G = 32.65%
B = 44.97%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D9FDB (or 0x6D9FDB) is known color: Jordy Blue. HEX triplet: 6D, 9F and DB. RGB value is (109,159,219). Sum of RGB (Red+Green+Blue) = 109+159+219=487 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.38% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D9FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9FDB is #926024. Grayscale: #969696. Windows color (decimal): -9592869 or 14393197. OLE color: 14393197.

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

Color convert

RGB 109 159 219 -
CMYK 0.50 0.27 0 0.14
HSL 212.73º 0.6% 0.64% -
HSV(B) 212.73º 0.5% 0.86% -
XYZ 31.49 33.16 71.76 -
YUV 150.89 166.44 98.12 -
System Red Green Blue C M Y K H S L
Decimal 109 159 219 0.50 0.27 0 0.14 212.73 0.6 0.64
Hex 6D 9F DB 32 1B 0 E D5 3C 40
Octal 155 237 333 62 33 0 16 325 74 100
Binary 1101101 10011111 11011011 110010 11011 0 1110 11010101 111100 1000000

Color Harmonies of #6D9FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9FDB

Black with #6D9FDB

Text Example


Text Example

White with #6D9FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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