#6f7bc9

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

Shades of Chetwode Blue #6F7BC9

Tints of Chetwode Blue #6F7BC9

Color information

#6F7BC9 (or 0x6F7BC9) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 7B and C9. RGB value is (111,123,201). Sum of RGB (Red+Green+Blue) = 111+123+201=435 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.52% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 201 - color contains mainly: blue. Hex color #6F7BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7BC9 is #908436. Grayscale: #7F7F7F. Windows color (decimal): -9471031 or 13204335. OLE color: 13204335.

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

Color convert

RGB111123201-
CMYK0.450.3900.21
HSL232º45.45%61.18%-
HSV(B)232º44.78%78.82%-
XYZ24.1821.7658.18-
YUV128.3169.02115.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.52%
GREEN value IS 123 (48.44% from 255) = 28.28%
BLUE value IS 201 (78.91% from 255) = 46.21%
R=25.52%
G=28.28%
B=46.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1111232010.450.3900.2123245.4561.18
Hex6F7BC92D27015e82d3d
Octal15717331155470253505575
Binary110111111110111100100110110110011101010111101000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f7bc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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