Html Css Color HEX #6066AB Chetwode Blue

📋 copy color: '#6066AB'

red 96 ◦ green 102 ◦ blue 171

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

Shades of Chetwode Blue #6066AB

Tints of Chetwode Blue #6066AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.64%

 BLUE value IS 171 (67.19% from 255) = 46.34%

R = 26.02%
G = 27.64%
B = 46.34%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6066AB (or 0x6066AB) is known color: Chetwode Blue. HEX triplet: 60, 66 and AB. RGB value is (96,102,171). Sum of RGB (Red+Green+Blue) = 96+102+171=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #6066AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6066AB is #9F9954. Grayscale: #6B6B6B. Windows color (decimal): -10459477 or 11232864. OLE color: 11232864.

HSL color Cylindrical-coordinate representation of color #6066AB: hue angle of 235.2º degrees, saturation: 0.31, 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 #6066AB is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 102 171 -
CMYK 0.44 0.40 0 0.33
HSL 235.2º 0.31% 0.52% -
HSV(B) 235.2º 0.44% 0.67% -
XYZ 16.93 14.93 40.52 -
YUV 108.07 163.51 119.39 -
System Red Green Blue C M Y K H S L
Decimal 96 102 171 0.44 0.40 0 0.33 235.2 0.31 0.52
Hex 60 66 AB 2C 28 0 21 EB 1F 34
Octal 140 146 253 54 50 0 41 353 37 64
Binary 1100000 1100110 10101011 101100 101000 0 100001 11101011 11111 110100

Color Harmonies of #6066AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6066AB

Black with #6066AB

Text Example


Text Example

White with #6066AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6066AB; }

 p { color: rgb(96,102,171); }

 H1.HeaderClassName
 {
   color: #6066AB;
 }
 .AnyTagClassName
 {
   color: #6066AB;
 }
</style>

background-color css

<style>
 a { background-color: #6066AB; }

 a { background-color: rgb(96,102,171); }

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

border-color css

<style>
 span { border-color: #6066AB; }

 span { border-color: rgb(96,102,171); }

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