Html Css Color HEX #6576DA Chetwode Blue

📋 copy color: '#6576DA'

red 101 ◦ green 118 ◦ blue 218

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

Shades of Chetwode Blue #6576DA

Tints of Chetwode Blue #6576DA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27%

 BLUE value IS 218 (85.55% from 255) = 49.89%

R = 23.11%
G = 27%
B = 49.89%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6576DA (or 0x6576DA) is known color: Chetwode Blue. HEX triplet: 65, 76 and DA. RGB value is (101,118,218). Sum of RGB (Red+Green+Blue) = 101+118+218=437 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.11% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #6576DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6576DA is #9A8925. Grayscale: #7B7B7B. Windows color (decimal): -10127654 or 14317157. OLE color: 14317157.

HSL color Cylindrical-coordinate representation of color #6576DA: hue angle of 231.28º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6576DA is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 118 218 -
CMYK 0.54 0.46 0 0.15
HSL 231.28º 0.61% 0.63% -
HSV(B) 231.28º 0.54% 0.85% -
XYZ 24.5 20.79 69.05 -
YUV 124.32 180.87 111.37 -
System Red Green Blue C M Y K H S L
Decimal 101 118 218 0.54 0.46 0 0.15 231.28 0.61 0.63
Hex 65 76 DA 36 2E 0 F E7 3D 3F
Octal 145 166 332 66 56 0 17 347 75 77
Binary 1100101 1110110 11011010 110110 101110 0 1111 11100111 111101 111111

Color Harmonies of #6576DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6576DA

Black with #6576DA

Text Example


Text Example

White with #6576DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6576DA; }

 p { color: rgb(101,118,218); }

 H1.HeaderClassName
 {
   color: #6576DA;
 }
 .AnyTagClassName
 {
   color: #6576DA;
 }
</style>

background-color css

<style>
 a { background-color: #6576DA; }

 a { background-color: rgb(101,118,218); }

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

border-color css

<style>
 span { border-color: #6576DA; }

 span { border-color: rgb(101,118,218); }

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