Html Css Color HEX #6069AA Chetwode Blue

📋 copy color: '#6069AA'

red 96 ◦ green 105 ◦ blue 170

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

Shades of Chetwode Blue #6069AA

Tints of Chetwode Blue #6069AA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.3%

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

R = 25.88%
G = 28.3%
B = 45.82%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6069AA (or 0x6069AA) is known color: Chetwode Blue. HEX triplet: 60, 69 and AA. RGB value is (96,105,170). Sum of RGB (Red+Green+Blue) = 96+105+170=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #6069AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6069AA is #9F9655. Grayscale: #6D6D6D. Windows color (decimal): -10458710 or 11168096. OLE color: 11168096.

HSL color Cylindrical-coordinate representation of color #6069AA: hue angle of 232.7º 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 #6069AA is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 105 170 -
CMYK 0.44 0.38 0 0.33
HSL 232.7º 0.3% 0.52% -
HSV(B) 232.7º 0.44% 0.67% -
XYZ 17.13 15.49 40.12 -
YUV 109.72 162.02 118.21 -
System Red Green Blue C M Y K H S L
Decimal 96 105 170 0.44 0.38 0 0.33 232.7 0.3 0.52
Hex 60 69 AA 2C 26 0 21 E9 1E 34
Octal 140 151 252 54 46 0 41 351 36 64
Binary 1100000 1101001 10101010 101100 100110 0 100001 11101001 11110 110100

Color Harmonies of #6069AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6069AA

Black with #6069AA

Text Example


Text Example

White with #6069AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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