Html Css Color HEX #6572BE Chetwode Blue

📋 copy color: '#6572BE'

red 101 ◦ green 114 ◦ blue 190

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

Shades of Chetwode Blue #6572BE

Tints of Chetwode Blue #6572BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.91%

R = 24.94%
G = 28.15%
B = 46.91%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6572BE (or 0x6572BE) is known color: Chetwode Blue. HEX triplet: 65, 72 and BE. RGB value is (101,114,190). Sum of RGB (Red+Green+Blue) = 101+114+190=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #6572BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6572BE is #9A8D41. Grayscale: #767676. Windows color (decimal): -10128706 or 12481125. OLE color: 12481125.

HSL color Cylindrical-coordinate representation of color #6572BE: hue angle of 231.24º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6572BE is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 114 190 -
CMYK 0.47 0.40 0 0.25
HSL 231.24º 0.41% 0.57% -
HSV(B) 231.24º 0.47% 0.75% -
XYZ 20.68 18.52 51.2 -
YUV 118.78 168.19 115.32 -
System Red Green Blue C M Y K H S L
Decimal 101 114 190 0.47 0.40 0 0.25 231.24 0.41 0.57
Hex 65 72 BE 2F 28 0 19 E7 29 39
Octal 145 162 276 57 50 0 31 347 51 71
Binary 1100101 1110010 10111110 101111 101000 0 11001 11100111 101001 111001

Color Harmonies of #6572BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6572BE

Black with #6572BE

Text Example


Text Example

White with #6572BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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