#6C7BCA

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

Shades of Chetwode Blue #6C7BCA

Tints of Chetwode Blue #6C7BCA

Color information

#6C7BCA (or 0x6C7BCA) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 7B and CA. RGB value is (108,123,202). Sum of RGB (Red+Green+Blue) = 108+123+202=433 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.94% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C7BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7BCA is #938435. Grayscale: #7F7F7F. Windows color (decimal): -9667638 or 13269868. OLE color: 13269868.

HSL color Cylindrical-coordinate representation of color #6C7BCA: hue angle of 230.43º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C7BCA is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB108123202-
CMYK0.470.3900.21
HSL230.43º47%60.78%-
HSV(B)230.43º46.53%79.22%-
XYZ23.9321.6258.79-
YUV127.52170.03114.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.94%
GREEN value IS 123 (48.44% from 255) = 28.41%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=24.94%
G=28.41%
B=46.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1081232020.470.3900.21230.434760.78
Hex6C7BCA2F27015e62f3d
Octal15417331257470253465775
Binary110110011110111100101010111110011101010111100110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,123,202); }

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

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

 a { background-color: rgb(108,123,202); }

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

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

 span { border-color: rgb(108,123,202); }

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