Html Css Color HEX #6075AA Chetwode Blue

📋 copy color: '#6075AA'

red 96 ◦ green 117 ◦ blue 170

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

Shades of Chetwode Blue #6075AA

Tints of Chetwode Blue #6075AA

RGB

 RED value IS 96 (37.89% from 255) = 25.07%

 GREEN value IS 117 (46.09% from 255) = 30.55%

 BLUE value IS 170 (66.8% from 255) = 44.39%

R = 25.07%
G = 30.55%
B = 44.39%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6075AA (or 0x6075AA) is known color: Chetwode Blue. HEX triplet: 60, 75 and AA. RGB value is (96,117,170). Sum of RGB (Red+Green+Blue) = 96+117+170=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #6075AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6075AA is #9F8A55. Grayscale: #747474. Windows color (decimal): -10455638 or 11171168. OLE color: 11171168.

HSL color Cylindrical-coordinate representation of color #6075AA: hue angle of 222.97º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6075AA is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 117 170 -
CMYK 0.44 0.31 0 0.33
HSL 222.97º 0.3% 0.52% -
HSV(B) 222.97º 0.44% 0.67% -
XYZ 18.44 18.11 40.55 -
YUV 116.76 158.04 113.19 -
System Red Green Blue C M Y K H S L
Decimal 96 117 170 0.44 0.31 0 0.33 222.97 0.3 0.52
Hex 60 75 AA 2C 1F 0 21 DF 1E 34
Octal 140 165 252 54 37 0 41 337 36 64
Binary 1100000 1110101 10101010 101100 11111 0 100001 11011111 11110 110100

Color Harmonies of #6075AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6075AA

Black with #6075AA

Text Example


Text Example

White with #6075AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6075AA; }

 p { color: rgb(96,117,170); }

 H1.HeaderClassName
 {
   color: #6075AA;
 }
 .AnyTagClassName
 {
   color: #6075AA;
 }
</style>

background-color css

<style>
 a { background-color: #6075AA; }

 a { background-color: rgb(96,117,170); }

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

border-color css

<style>
 span { border-color: #6075AA; }

 span { border-color: rgb(96,117,170); }

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