Html Css Color HEX #6067AB Chetwode Blue

📋 copy color: '#6067AB'

red 96 ◦ green 103 ◦ blue 171

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

Shades of Chetwode Blue #6067AB

Tints of Chetwode Blue #6067AB

RGB

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

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

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

R = 25.95%
G = 27.84%
B = 46.22%

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

#6067AB (or 0x6067AB) is known color: Chetwode Blue. HEX triplet: 60, 67 and AB. RGB value is (96,103,171). Sum of RGB (Red+Green+Blue) = 96+103+171=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #6067AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6067AB is #9F9854. Grayscale: #6C6C6C. Windows color (decimal): -10459221 or 11233120. OLE color: 11233120.

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

Color convert

RGB 96 103 171 -
CMYK 0.44 0.40 0 0.33
HSL 234.4º 0.31% 0.52% -
HSV(B) 234.4º 0.44% 0.67% -
XYZ 17.02 15.13 40.55 -
YUV 108.66 163.18 118.97 -
System Red Green Blue C M Y K H S L
Decimal 96 103 171 0.44 0.40 0 0.33 234.4 0.31 0.52
Hex 60 67 AB 2C 28 0 21 EA 1F 34
Octal 140 147 253 54 50 0 41 352 37 64
Binary 1100000 1100111 10101011 101100 101000 0 100001 11101010 11111 110100

Color Harmonies of #6067AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6067AB

Black with #6067AB

Text Example


Text Example

White with #6067AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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