Html Css Color HEX #6C95DB Cornflower Blue

📋 copy color: '#6C95DB'

red 108 ◦ green 149 ◦ blue 219

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

Shades of Cornflower Blue #6C95DB

Tints of Cornflower Blue #6C95DB

RGB

 RED value IS 108 (42.58% from 255) = 22.69%

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

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

R = 22.69%
G = 31.3%
B = 46.01%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C95DB (or 0x6C95DB) is known color: Cornflower Blue. HEX triplet: 6C, 95 and DB. RGB value is (108,149,219). Sum of RGB (Red+Green+Blue) = 108+149+219=476 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.69% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C95DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C95DB is #936A24. Grayscale: #909090. Windows color (decimal): -9660965 or 14390636. OLE color: 14390636.

HSL color Cylindrical-coordinate representation of color #6C95DB: hue angle of 217.84º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C95DB is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 149 219 -
CMYK 0.51 0.32 0 0.14
HSL 217.84º 0.61% 0.64% -
HSV(B) 217.84º 0.51% 0.86% -
XYZ 29.72 29.8 71.2 -
YUV 144.72 169.92 101.81 -
System Red Green Blue C M Y K H S L
Decimal 108 149 219 0.51 0.32 0 0.14 217.84 0.61 0.64
Hex 6C 95 DB 33 20 0 E DA 3D 40
Octal 154 225 333 63 40 0 16 332 75 100
Binary 1101100 10010101 11011011 110011 100000 0 1110 11011010 111101 1000000

Color Harmonies of #6C95DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C95DB

Black with #6C95DB

Text Example


Text Example

White with #6C95DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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