#6F74BE

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

Shades of Chetwode Blue #6F74BE

Tints of Chetwode Blue #6F74BE

Color information

#6F74BE (or 0x6F74BE) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 74 and BE. RGB value is (111,116,190). Sum of RGB (Red+Green+Blue) = 111+116+190=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F74BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F74BE is #908B41. Grayscale: #7A7A7A. Windows color (decimal): -9472834 or 12481647. OLE color: 12481647.

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

Color convert

RGB111116190-
CMYK0.420.3900.25
HSL236.2º37.8%59.02%-
HSV(B)236.2º41.58%74.51%-
XYZ22.119.5951.33-
YUV122.94165.84119.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.62%
GREEN value IS 116 (45.70% from 255) = 27.82%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=26.62%
G=27.82%
B=45.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111161900.420.3900.25236.237.859.02
Hex6F74BE2A27019ec263b
Octal15716427652470313544673
Binary110111111101001011111010101010011101100111101100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F74BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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