#6274C4

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

Shades of Chetwode Blue #6274C4

Tints of Chetwode Blue #6274C4

Color information

#6274C4 (or 0x6274C4) is unknown color: approx Chetwode Blue. HEX triplet: 62, 74 and C4. RGB value is (98,116,196). Sum of RGB (Red+Green+Blue) = 98+116+196=410 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.90% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 196 (76.95% from 255 or 47.80% from 410); Max value from RGB is 196 - color contains mainly: blue. Hex color #6274C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6274C4 is #9D8B3B. Grayscale: #777777. Windows color (decimal): -10324796 or 12874850. OLE color: 12874850.

HSL color Cylindrical-coordinate representation of color #6274C4: hue angle of 228.98º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6274C4 is Cyan = 0.5, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB98116196-
CMYK0.50.4100.23
HSL228.98º45.37%57.65%-
HSV(B)228.98º50%76.86%-
XYZ21.2519.0754.79-
YUV119.74171.04112.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.90%
GREEN value IS 116 (45.70% from 255) = 28.29%
BLUE value IS 196 (76.95% from 255) = 47.80%
R=23.90%
G=28.29%
B=47.80%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal981161960.50.4100.23228.9845.3757.65
Hex6274C43229017e52d3a
Octal14216430462510273455572
Binary110001011101001100010011001010100101011111100101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6274C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6274C4; }

 p { color: rgb(98,116,196); }

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

<style>
 a { background-color: #6274C4; }

 a { background-color: rgb(98,116,196); }

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

<style>
 span { border-color: #6274C4; }

 span { border-color: rgb(98,116,196); }

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