Html Css Color HEX #6C95D5 Cornflower Blue

📋 copy color: '#6C95D5'

red 108 ◦ green 149 ◦ blue 213

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

Shades of Cornflower Blue #6C95D5

Tints of Cornflower Blue #6C95D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.32%

R = 22.98%
G = 31.7%
B = 45.32%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6C95D5 (or 0x6C95D5) is known color: Cornflower Blue. HEX triplet: 6C, 95 and D5. RGB value is (108,149,213). Sum of RGB (Red+Green+Blue) = 108+149+213=470 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.98% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 213 - color contains mainly: blue. Hex color #6C95D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C95D5 is #936A2A. Grayscale: #8F8F8F. Windows color (decimal): -9660971 or 13997420. OLE color: 13997420.

HSL color Cylindrical-coordinate representation of color #6C95D5: hue angle of 216.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C95D5 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 108 149 213 -
CMYK 0.49 0.30 0 0.16
HSL 216.57º 0.56% 0.63% -
HSV(B) 216.57º 0.49% 0.84% -
XYZ 28.94 29.49 67.12 -
YUV 144.04 166.92 102.3 -
System Red Green Blue C M Y K H S L
Decimal 108 149 213 0.49 0.30 0 0.16 216.57 0.56 0.63
Hex 6C 95 D5 31 1E 0 10 D9 38 3F
Octal 154 225 325 61 36 0 20 331 70 77
Binary 1101100 10010101 11010101 110001 11110 0 10000 11011001 111000 111111

Color Harmonies of #6C95D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C95D5

Black with #6C95D5

Text Example


Text Example

White with #6C95D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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