Html Css Color HEX #6479CD Chetwode Blue

📋 copy color: '#6479CD'

red 100 ◦ green 121 ◦ blue 205

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

Shades of Chetwode Blue #6479CD

Tints of Chetwode Blue #6479CD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.4%

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

R = 23.47%
G = 28.4%
B = 48.12%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6479CD (or 0x6479CD) is known color: Chetwode Blue. HEX triplet: 64, 79 and CD. RGB value is (100,121,205). Sum of RGB (Red+Green+Blue) = 100+121+205=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #6479CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6479CD is #9B8632. Grayscale: #7B7B7B. Windows color (decimal): -10192435 or 13465956. OLE color: 13465956.

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

Color convert

RGB 100 121 205 -
CMYK 0.51 0.41 0 0.20
HSL 228º 0.51% 0.6% -
HSV(B) 228º 0.51% 0.8% -
XYZ 23.11 20.79 60.55 -
YUV 124.3 173.54 110.67 -
System Red Green Blue C M Y K H S L
Decimal 100 121 205 0.51 0.41 0 0.20 228 0.51 0.6
Hex 64 79 CD 33 29 0 14 E4 33 3C
Octal 144 171 315 63 51 0 24 344 63 74
Binary 1100100 1111001 11001101 110011 101001 0 10100 11100100 110011 111100

Color Harmonies of #6479CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6479CD

Black with #6479CD

Text Example


Text Example

White with #6479CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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