Html Css Color HEX #6D95DB Cornflower Blue

📋 copy color: '#6D95DB'

red 109 ◦ green 149 ◦ blue 219

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

Shades of Cornflower Blue #6D95DB

Tints of Cornflower Blue #6D95DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.24%

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

R = 22.85%
G = 31.24%
B = 45.91%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D95DB (or 0x6D95DB) is known color: Cornflower Blue. HEX triplet: 6D, 95 and DB. RGB value is (109,149,219). Sum of RGB (Red+Green+Blue) = 109+149+219=477 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.85% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D95DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D95DB is #926A24. Grayscale: #909090. Windows color (decimal): -9595429 or 14390637. OLE color: 14390637.

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

Color convert

RGB 109 149 219 -
CMYK 0.50 0.32 0 0.14
HSL 218.18º 0.6% 0.64% -
HSV(B) 218.18º 0.5% 0.86% -
XYZ 29.84 29.86 71.21 -
YUV 145.02 169.75 102.31 -
System Red Green Blue C M Y K H S L
Decimal 109 149 219 0.50 0.32 0 0.14 218.18 0.6 0.64
Hex 6D 95 DB 32 20 0 E DA 3C 40
Octal 155 225 333 62 40 0 16 332 74 100
Binary 1101101 10010101 11011011 110010 100000 0 1110 11011010 111100 1000000

Color Harmonies of #6D95DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D95DB

Black with #6D95DB

Text Example


Text Example

White with #6D95DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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