#6267C0

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

Shades of Chetwode Blue #6267C0

Tints of Chetwode Blue #6267C0

Color information

#6267C0 (or 0x6267C0) is unknown color: approx Chetwode Blue. HEX triplet: 62, 67 and C0. RGB value is (98,103,192). Sum of RGB (Red+Green+Blue) = 98+103+192=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #6267C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6267C0 is #9D983F. Grayscale: #6F6F6F. Windows color (decimal): -10328128 or 12609378. OLE color: 12609378.

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

Color convert

RGB98103192-
CMYK0.490.4600.25
HSL236.81º42.73%56.86%-
HSV(B)236.81º48.96%75.29%-
XYZ19.416.151.95-
YUV111.65173.34118.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.94%
GREEN value IS 103 (40.62% from 255) = 26.21%
BLUE value IS 192 (75.39% from 255) = 48.85%
R=24.94%
G=26.21%
B=48.85%

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
Decimal981031920.490.4600.25236.8142.7356.86
Hex6267C0312E019ed2b39
Octal14214730061560313555371
Binary110001011001111100000011000110111001100111101101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6267C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6267C0; }

 p { color: rgb(98,103,192); }

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

<style>
 a { background-color: #6267C0; }

 a { background-color: rgb(98,103,192); }

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

<style>
 span { border-color: #6267C0; }

 span { border-color: rgb(98,103,192); }

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