Html Css Color HEX #6475CB Chetwode Blue

📋 copy color: '#6475CB'

red 100 ◦ green 117 ◦ blue 203

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

Shades of Chetwode Blue #6475CB

Tints of Chetwode Blue #6475CB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.86%

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 23.81%
G = 27.86%
B = 48.33%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6475CB (or 0x6475CB) is known color: Chetwode Blue. HEX triplet: 64, 75 and CB. RGB value is (100,117,203). Sum of RGB (Red+Green+Blue) = 100+117+203=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #6475CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6475CB is #9B8A34. Grayscale: #797979. Windows color (decimal): -10193461 or 13333860. OLE color: 13333860.

HSL color Cylindrical-coordinate representation of color #6475CB: hue angle of 230.1º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6475CB is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 117 203 -
CMYK 0.51 0.42 0 0.20
HSL 230.1º 0.5% 0.59% -
HSV(B) 230.1º 0.51% 0.8% -
XYZ 22.4 19.74 59.13 -
YUV 121.72 173.87 112.51 -
System Red Green Blue C M Y K H S L
Decimal 100 117 203 0.51 0.42 0 0.20 230.1 0.5 0.59
Hex 64 75 CB 33 2A 0 14 E6 32 3B
Octal 144 165 313 63 52 0 24 346 62 73
Binary 1100100 1110101 11001011 110011 101010 0 10100 11100110 110010 111011

Color Harmonies of #6475CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6475CB

Black with #6475CB

Text Example


Text Example

White with #6475CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6475CB; }

 p { color: rgb(100,117,203); }

 H1.HeaderClassName
 {
   color: #6475CB;
 }
 .AnyTagClassName
 {
   color: #6475CB;
 }
</style>

background-color css

<style>
 a { background-color: #6475CB; }

 a { background-color: rgb(100,117,203); }

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

border-color css

<style>
 span { border-color: #6475CB; }

 span { border-color: rgb(100,117,203); }

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