Html Css Color HEX #6571CC Chetwode Blue

📋 copy color: '#6571CC'

red 101 ◦ green 113 ◦ blue 204

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

Shades of Chetwode Blue #6571CC

Tints of Chetwode Blue #6571CC

RGB

 RED value IS 101 (39.84% from 255) = 24.16%

 GREEN value IS 113 (44.53% from 255) = 27.03%

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 24.16%
G = 27.03%
B = 48.8%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6571CC (or 0x6571CC) is known color: Chetwode Blue. HEX triplet: 65, 71 and CC. RGB value is (101,113,204). Sum of RGB (Red+Green+Blue) = 101+113+204=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #6571CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6571CC is #9A8E33. Grayscale: #777777. Windows color (decimal): -10128948 or 13398373. OLE color: 13398373.

HSL color Cylindrical-coordinate representation of color #6571CC: hue angle of 233.01º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6571CC is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 113 204 -
CMYK 0.50 0.45 0 0.2
HSL 233.01º 0.5% 0.6% -
HSV(B) 233.01º 0.5% 0.8% -
XYZ 22.17 18.94 59.61 -
YUV 119.79 175.52 114.6 -
System Red Green Blue C M Y K H S L
Decimal 101 113 204 0.50 0.45 0 0.2 233.01 0.5 0.6
Hex 65 71 CC 32 2D 0 14 E9 32 3C
Octal 145 161 314 62 55 0 24 351 62 74
Binary 1100101 1110001 11001100 110010 101101 0 10100 11101001 110010 111100

Color Harmonies of #6571CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6571CC

Black with #6571CC

Text Example


Text Example

White with #6571CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6571CC; }

 p { color: rgb(101,113,204); }

 H1.HeaderClassName
 {
   color: #6571CC;
 }
 .AnyTagClassName
 {
   color: #6571CC;
 }
</style>

background-color css

<style>
 a { background-color: #6571CC; }

 a { background-color: rgb(101,113,204); }

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

border-color css

<style>
 span { border-color: #6571CC; }

 span { border-color: rgb(101,113,204); }

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