Html Css Color HEX #6068AA Chetwode Blue

📋 copy color: '#6068AA'

red 96 ◦ green 104 ◦ blue 170

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

Shades of Chetwode Blue #6068AA

Tints of Chetwode Blue #6068AA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.11%

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

R = 25.95%
G = 28.11%
B = 45.95%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6068AA (or 0x6068AA) is known color: Chetwode Blue. HEX triplet: 60, 68 and AA. RGB value is (96,104,170). Sum of RGB (Red+Green+Blue) = 96+104+170=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #6068AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6068AA is #9F9755. Grayscale: #6C6C6C. Windows color (decimal): -10458966 or 11167840. OLE color: 11167840.

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

Color convert

RGB 96 104 170 -
CMYK 0.44 0.39 0 0.33
HSL 233.51º 0.3% 0.52% -
HSV(B) 233.51º 0.44% 0.67% -
XYZ 17.03 15.29 40.08 -
YUV 109.13 162.35 118.63 -
System Red Green Blue C M Y K H S L
Decimal 96 104 170 0.44 0.39 0 0.33 233.51 0.3 0.52
Hex 60 68 AA 2C 27 0 21 EA 1E 34
Octal 140 150 252 54 47 0 41 352 36 64
Binary 1100000 1101000 10101010 101100 100111 0 100001 11101010 11110 110100

Color Harmonies of #6068AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6068AA

Black with #6068AA

Text Example


Text Example

White with #6068AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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