Html Css Color HEX #6474CD Chetwode Blue

📋 copy color: '#6474CD'

red 100 ◦ green 116 ◦ blue 205

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

Shades of Chetwode Blue #6474CD

Tints of Chetwode Blue #6474CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.69%

R = 23.75%
G = 27.55%
B = 48.69%

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

#6474CD (or 0x6474CD) is known color: Chetwode Blue. HEX triplet: 64, 74 and CD. RGB value is (100,116,205). Sum of RGB (Red+Green+Blue) = 100+116+205=421 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.75% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #6474CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6474CD is #9B8B32. Grayscale: #787878. Windows color (decimal): -10193715 or 13464676. OLE color: 13464676.

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

Color convert

RGB 100 116 205 -
CMYK 0.51 0.43 0 0.20
HSL 230.86º 0.51% 0.6% -
HSV(B) 230.86º 0.51% 0.8% -
XYZ 22.52 19.61 60.36 -
YUV 121.36 175.2 112.76 -
System Red Green Blue C M Y K H S L
Decimal 100 116 205 0.51 0.43 0 0.20 230.86 0.51 0.6
Hex 64 74 CD 33 2B 0 14 E7 33 3C
Octal 144 164 315 63 53 0 24 347 63 74
Binary 1100100 1110100 11001101 110011 101011 0 10100 11100111 110011 111100

Color Harmonies of #6474CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6474CD

Black with #6474CD

Text Example


Text Example

White with #6474CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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