Html Css Color HEX #6D7FDB Cornflower Blue

📋 copy color: '#6D7FDB'

red 109 ◦ green 127 ◦ blue 219

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

Shades of Cornflower Blue #6D7FDB

Tints of Cornflower Blue #6D7FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 27.91%

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

R = 23.96%
G = 27.91%
B = 48.13%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D7FDB (or 0x6D7FDB) is known color: Cornflower Blue. HEX triplet: 6D, 7F and DB. RGB value is (109,127,219). Sum of RGB (Red+Green+Blue) = 109+127+219=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D7FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7FDB is #928024. Grayscale: #838383. Windows color (decimal): -9601061 or 14385005. OLE color: 14385005.

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

Color convert

RGB 109 127 219 -
CMYK 0.50 0.42 0 0.14
HSL 230.18º 0.6% 0.64% -
HSV(B) 230.18º 0.5% 0.86% -
XYZ 26.68 23.54 70.16 -
YUV 132.11 177.04 111.52 -
System Red Green Blue C M Y K H S L
Decimal 109 127 219 0.50 0.42 0 0.14 230.18 0.6 0.64
Hex 6D 7F DB 32 2A 0 E E6 3C 40
Octal 155 177 333 62 52 0 16 346 74 100
Binary 1101101 1111111 11011011 110010 101010 0 1110 11100110 111100 1000000

Color Harmonies of #6D7FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7FDB

Black with #6D7FDB

Text Example


Text Example

White with #6D7FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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