#6B7BBC

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

Shades of Chetwode Blue #6B7BBC

Tints of Chetwode Blue #6B7BBC

Color information

#6B7BBC (or 0x6B7BBC) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 7B and BC. RGB value is (107,123,188). Sum of RGB (Red+Green+Blue) = 107+123+188=418 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.60% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B7BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7BBC is #948443. Grayscale: #7D7D7D. Windows color (decimal): -9733188 or 12352363. OLE color: 12352363.

HSL color Cylindrical-coordinate representation of color #6B7BBC: hue angle of 228.15º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B7BBC is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB107123188-
CMYK0.430.3500.26
HSL228.15º37.67%57.84%-
HSV(B)228.15º43.09%73.73%-
XYZ22.2220.9250.44-
YUV125.63163.2114.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.60%
GREEN value IS 123 (48.44% from 255) = 29.43%
BLUE value IS 188 (73.83% from 255) = 44.98%
R=25.60%
G=29.43%
B=44.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071231880.430.3500.26228.1537.6757.84
Hex6B7BBC2B2301Ae4263a
Octal15317327453430323444672
Binary110101111110111011110010101110001101101011100100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,123,188); }

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

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

 a { background-color: rgb(107,123,188); }

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

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

 span { border-color: rgb(107,123,188); }

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