#6067BE

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

Shades of Chetwode Blue #6067BE

Tints of Chetwode Blue #6067BE

Color information

#6067BE (or 0x6067BE) is unknown color: approx Chetwode Blue. HEX triplet: 60, 67 and BE. RGB value is (96,103,190). Sum of RGB (Red+Green+Blue) = 96+103+190=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #6067BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6067BE is #9F9841. Grayscale: #6E6E6E. Windows color (decimal): -10459202 or 12478304. OLE color: 12478304.

HSL color Cylindrical-coordinate representation of color #6067BE: hue angle of 235.53º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6067BE is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96103190-
CMYK0.490.4600.25
HSL235.53º41.96%56.08%-
HSV(B)235.53º49.47%74.51%-
XYZ18.9715.950.79-
YUV110.82172.68117.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.68%
GREEN value IS 103 (40.62% from 255) = 26.48%
BLUE value IS 190 (74.61% from 255) = 48.84%
R=24.68%
G=26.48%
B=48.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961031900.490.4600.25235.5341.9656.08
Hex6067BE312E019ec2a38
Octal14014727661560313545270
Binary110000011001111011111011000110111001100111101100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6067BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6067BE; }

 p { color: rgb(96,103,190); }

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

<style>
 a { background-color: #6067BE; }

 a { background-color: rgb(96,103,190); }

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

<style>
 span { border-color: #6067BE; }

 span { border-color: rgb(96,103,190); }

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