Html Css Color HEX #6571CE Chetwode Blue

📋 copy color: '#6571CE'

red 101 ◦ green 113 ◦ blue 206

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

Shades of Chetwode Blue #6571CE

Tints of Chetwode Blue #6571CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 24.05%
G = 26.9%
B = 49.05%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6571CE (or 0x6571CE) is known color: Chetwode Blue. HEX triplet: 65, 71 and CE. RGB value is (101,113,206). Sum of RGB (Red+Green+Blue) = 101+113+206=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #6571CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6571CE is #9A8E31. Grayscale: #777777. Windows color (decimal): -10128946 or 13529445. OLE color: 13529445.

HSL color Cylindrical-coordinate representation of color #6571CE: hue angle of 233.14º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6571CE is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 113 206 -
CMYK 0.51 0.45 0 0.19
HSL 233.14º 0.52% 0.6% -
HSV(B) 233.14º 0.51% 0.81% -
XYZ 22.41 19.03 60.89 -
YUV 120.01 176.52 114.44 -
System Red Green Blue C M Y K H S L
Decimal 101 113 206 0.51 0.45 0 0.19 233.14 0.52 0.6
Hex 65 71 CE 33 2D 0 13 E9 34 3C
Octal 145 161 316 63 55 0 23 351 64 74
Binary 1100101 1110001 11001110 110011 101101 0 10011 11101001 110100 111100

Color Harmonies of #6571CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6571CE

Black with #6571CE

Text Example


Text Example

White with #6571CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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