#6C74CE

Color #6C74CE Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6C74CE

Tints of Chetwode Blue #6C74CE

Color information

#6C74CE (or 0x6C74CE) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 74 and CE. RGB value is (108,116,206). Sum of RGB (Red+Green+Blue) = 108+116+206=430 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.12% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C74CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C74CE is #938B31. Grayscale: #7B7B7B. Windows color (decimal): -9669426 or 13530220. OLE color: 13530220.

HSL color Cylindrical-coordinate representation of color #6C74CE: hue angle of 235.1º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C74CE is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB108116206-
CMYK0.480.4400.19
HSL235.1º50%61.57%-
HSV(B)235.1º47.57%80.78%-
XYZ23.5720.1461.04-
YUV123.87174.35116.68-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.12%
GREEN value IS 116 (45.70% from 255) = 26.98%
BLUE value IS 206 (80.86% from 255) = 47.91%
R=25.12%
G=26.98%
B=47.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1081162060.480.4400.19235.15061.57
Hex6C74CE302C013eb323e
Octal15416431660540233536276
Binary110110011101001100111011000010110001001111101011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C74CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,116,206); }

 H1.HeaderClassName
 {
   color: #6C74CE;
 }
 .AnyTagClassName
 {
   color: #6C74CE;
 }
</style>
background-color css

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

 a { background-color: rgb(108,116,206); }

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

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

 span { border-color: rgb(108,116,206); }

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