#6F7BC0

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

Shades of Chetwode Blue #6F7BC0

Tints of Chetwode Blue #6F7BC0

Color information

#6F7BC0 (or 0x6F7BC0) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 7B and C0. RGB value is (111,123,192). Sum of RGB (Red+Green+Blue) = 111+123+192=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #6F7BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7BC0 is #90843F. Grayscale: #7E7E7E. Windows color (decimal): -9471040 or 12614511. OLE color: 12614511.

HSL color Cylindrical-coordinate representation of color #6F7BC0: hue angle of 231.11º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F7BC0 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB111123192-
CMYK0.420.3600.25
HSL231.11º39.13%59.41%-
HSV(B)231.11º42.19%75.29%-
XYZ23.1521.3552.77-
YUV127.28164.52116.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.06%
GREEN value IS 123 (48.44% from 255) = 28.87%
BLUE value IS 192 (75.39% from 255) = 45.07%
R=26.06%
G=28.87%
B=45.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111231920.420.3600.25231.1139.1359.41
Hex6F7BC02A24019e7273b
Octal15717330052440313474773
Binary110111111110111100000010101010010001100111100111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,123,192); }

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

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

 a { background-color: rgb(111,123,192); }

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

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

 span { border-color: rgb(111,123,192); }

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