Html Css Color HEX #6572CE Chetwode Blue

📋 copy color: '#6572CE'

red 101 ◦ green 114 ◦ blue 206

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

Shades of Chetwode Blue #6572CE

Tints of Chetwode Blue #6572CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.08%

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

R = 23.99%
G = 27.08%
B = 48.93%

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

#6572CE (or 0x6572CE) is known color: Chetwode Blue. HEX triplet: 65, 72 and CE. RGB value is (101,114,206). Sum of RGB (Red+Green+Blue) = 101+114+206=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #6572CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6572CE is #9A8D31. Grayscale: #787878. Windows color (decimal): -10128690 or 13529701. OLE color: 13529701.

HSL color Cylindrical-coordinate representation of color #6572CE: hue angle of 232.57º 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 #6572CE is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 114 206 -
CMYK 0.51 0.45 0 0.19
HSL 232.57º 0.52% 0.6% -
HSV(B) 232.57º 0.51% 0.81% -
XYZ 22.52 19.26 60.92 -
YUV 120.6 176.19 114.02 -
System Red Green Blue C M Y K H S L
Decimal 101 114 206 0.51 0.45 0 0.19 232.57 0.52 0.6
Hex 65 72 CE 33 2D 0 13 E9 34 3C
Octal 145 162 316 63 55 0 23 351 64 74
Binary 1100101 1110010 11001110 110011 101101 0 10011 11101001 110100 111100

Color Harmonies of #6572CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6572CE

Black with #6572CE

Text Example


Text Example

White with #6572CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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