Html Css Color HEX #6474CB Chetwode Blue

📋 copy color: '#6474CB'

red 100 ◦ green 116 ◦ blue 203

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

Shades of Chetwode Blue #6474CB

Tints of Chetwode Blue #6474CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.68%

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

R = 23.87%
G = 27.68%
B = 48.45%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6474CB (or 0x6474CB) is known color: Chetwode Blue. HEX triplet: 64, 74 and CB. RGB value is (100,116,203). Sum of RGB (Red+Green+Blue) = 100+116+203=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #6474CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6474CB is #9B8B34. Grayscale: #787878. Windows color (decimal): -10193717 or 13333604. OLE color: 13333604.

HSL color Cylindrical-coordinate representation of color #6474CB: hue angle of 230.68º 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 #6474CB is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 116 203 -
CMYK 0.51 0.43 0 0.20
HSL 230.68º 0.5% 0.59% -
HSV(B) 230.68º 0.51% 0.8% -
XYZ 22.28 19.51 59.09 -
YUV 121.13 174.2 112.93 -
System Red Green Blue C M Y K H S L
Decimal 100 116 203 0.51 0.43 0 0.20 230.68 0.5 0.59
Hex 64 74 CB 33 2B 0 14 E7 32 3B
Octal 144 164 313 63 53 0 24 347 62 73
Binary 1100100 1110100 11001011 110011 101011 0 10100 11100111 110010 111011

Color Harmonies of #6474CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6474CB

Black with #6474CB

Text Example


Text Example

White with #6474CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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