Html Css Color HEX #6067AC Chetwode Blue

📋 copy color: '#6067AC'

red 96 ◦ green 103 ◦ blue 172

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

Shades of Chetwode Blue #6067AC

Tints of Chetwode Blue #6067AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.36%

R = 25.88%
G = 27.76%
B = 46.36%

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

#6067AC (or 0x6067AC) is known color: Chetwode Blue. HEX triplet: 60, 67 and AC. RGB value is (96,103,172). Sum of RGB (Red+Green+Blue) = 96+103+172=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #6067AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6067AC is #9F9853. Grayscale: #6C6C6C. Windows color (decimal): -10459220 or 11298656. OLE color: 11298656.

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

Color convert

RGB 96 103 172 -
CMYK 0.44 0.40 0 0.33
HSL 234.47º 0.31% 0.53% -
HSV(B) 234.47º 0.44% 0.67% -
XYZ 17.12 15.17 41.05 -
YUV 108.77 163.68 118.89 -
System Red Green Blue C M Y K H S L
Decimal 96 103 172 0.44 0.40 0 0.33 234.47 0.31 0.53
Hex 60 67 AC 2C 28 0 21 EA 1F 35
Octal 140 147 254 54 50 0 41 352 37 65
Binary 1100000 1100111 10101100 101100 101000 0 100001 11101010 11111 110101

Color Harmonies of #6067AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6067AC

Black with #6067AC

Text Example


Text Example

White with #6067AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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