#6F7BBE

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

Shades of Chetwode Blue #6F7BBE

Tints of Chetwode Blue #6F7BBE

Color information

#6F7BBE (or 0x6F7BBE) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 7B and BE. RGB value is (111,123,190). Sum of RGB (Red+Green+Blue) = 111+123+190=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F7BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7BBE is #908441. Grayscale: #7E7E7E. Windows color (decimal): -9471042 or 12483439. OLE color: 12483439.

HSL color Cylindrical-coordinate representation of color #6F7BBE: hue angle of 230.89º degrees, saturation: 0.38, 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 #6F7BBE is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB111123190-
CMYK0.420.3500.25
HSL230.89º37.8%59.02%-
HSV(B)230.89º41.58%74.51%-
XYZ22.9321.2651.61-
YUV127.05163.52116.55-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.18%
GREEN value IS 123 (48.44% from 255) = 29.01%
BLUE value IS 190 (74.61% from 255) = 44.81%
R=26.18%
G=29.01%
B=44.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111231900.420.3500.25230.8937.859.02
Hex6F7BBE2A23019e7263b
Octal15717327652430313474673
Binary110111111110111011111010101010001101100111100111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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