#6275CD

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

Shades of Chetwode Blue #6275CD

Tints of Chetwode Blue #6275CD

Color information

#6275CD (or 0x6275CD) is unknown color: approx Chetwode Blue. HEX triplet: 62, 75 and CD. RGB value is (98,117,205). Sum of RGB (Red+Green+Blue) = 98+117+205=420 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.33% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #6275CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6275CD is #9D8A32. Grayscale: #787878. Windows color (decimal): -10324531 or 13464930. OLE color: 13464930.

HSL color Cylindrical-coordinate representation of color #6275CD: hue angle of 229.35º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6275CD is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB98117205-
CMYK0.520.4300.20
HSL229.35º51.69%59.41%-
HSV(B)229.35º52.2%80.39%-
XYZ22.4219.7360.38-
YUV121.35175.21111.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.33%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 205 (80.47% from 255) = 48.81%
R=23.33%
G=27.86%
B=48.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal981172050.520.4300.20229.3551.6959.41
Hex6275CD342B014e5343b
Octal14216531564530243456473
Binary110001011101011100110111010010101101010011100101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6275CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6275CD; }

 p { color: rgb(98,117,205); }

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

<style>
 a { background-color: #6275CD; }

 a { background-color: rgb(98,117,205); }

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

<style>
 span { border-color: #6275CD; }

 span { border-color: rgb(98,117,205); }

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