Html Css Color HEX #6067AA Chetwode Blue

📋 copy color: '#6067AA'

red 96 ◦ green 103 ◦ blue 170

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

Shades of Chetwode Blue #6067AA

Tints of Chetwode Blue #6067AA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.91%

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

R = 26.02%
G = 27.91%
B = 46.07%

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

#6067AA (or 0x6067AA) is known color: Chetwode Blue. HEX triplet: 60, 67 and AA. RGB value is (96,103,170). Sum of RGB (Red+Green+Blue) = 96+103+170=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #6067AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6067AA is #9F9855. Grayscale: #6C6C6C. Windows color (decimal): -10459222 or 11167584. OLE color: 11167584.

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

Color convert

RGB 96 103 170 -
CMYK 0.44 0.39 0 0.33
HSL 234.32º 0.3% 0.52% -
HSV(B) 234.32º 0.44% 0.67% -
XYZ 16.93 15.09 40.05 -
YUV 108.55 162.68 119.05 -
System Red Green Blue C M Y K H S L
Decimal 96 103 170 0.44 0.39 0 0.33 234.32 0.3 0.52
Hex 60 67 AA 2C 27 0 21 EA 1E 34
Octal 140 147 252 54 47 0 41 352 36 64
Binary 1100000 1100111 10101010 101100 100111 0 100001 11101010 11110 110100

Color Harmonies of #6067AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6067AA

Black with #6067AA

Text Example


Text Example

White with #6067AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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