Html Css Color HEX #6476CA Chetwode Blue

📋 copy color: '#6476CA'

red 100 ◦ green 118 ◦ blue 202

#6476CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #6476CA

Tints of Chetwode Blue #6476CA

RGB

 RED value IS 100 (39.45% from 255) = 23.81%

 GREEN value IS 118 (46.48% from 255) = 28.1%

 BLUE value IS 202 (79.3% from 255) = 48.1%

R = 23.81%
G = 28.1%
B = 48.1%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6476CA (or 0x6476CA) is known color: Chetwode Blue. HEX triplet: 64, 76 and CA. RGB value is (100,118,202). Sum of RGB (Red+Green+Blue) = 100+118+202=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #6476CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6476CA is #9B8935. Grayscale: #797979. Windows color (decimal): -10193206 or 13268580. OLE color: 13268580.

HSL color Cylindrical-coordinate representation of color #6476CA: hue angle of 229.41º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6476CA is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 118 202 -
CMYK 0.50 0.42 0 0.21
HSL 229.41º 0.49% 0.59% -
HSV(B) 229.41º 0.5% 0.79% -
XYZ 22.39 19.93 58.54 -
YUV 122.19 173.04 112.17 -
System Red Green Blue C M Y K H S L
Decimal 100 118 202 0.50 0.42 0 0.21 229.41 0.49 0.59
Hex 64 76 CA 32 2A 0 15 E5 31 3B
Octal 144 166 312 62 52 0 25 345 61 73
Binary 1100100 1110110 11001010 110010 101010 0 10101 11100101 110001 111011

Color Harmonies of #6476CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6476CA

Black with #6476CA

Text Example


Text Example

White with #6476CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6476CA; }

 p { color: rgb(100,118,202); }

 H1.HeaderClassName
 {
   color: #6476CA;
 }
 .AnyTagClassName
 {
   color: #6476CA;
 }
</style>

background-color css

<style>
 a { background-color: #6476CA; }

 a { background-color: rgb(100,118,202); }

 div.DivClassName
 {
   background-color: #6476CA;
 }
 .BgClassName
 {
   background-color: #6476CA;
 }
</style>

border-color css

<style>
 span { border-color: #6476CA; }

 span { border-color: rgb(100,118,202); }

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