Html Css Color HEX #6168AA Chetwode Blue

📋 copy color: '#6168AA'

red 97 ◦ green 104 ◦ blue 170

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

Shades of Chetwode Blue #6168AA

Tints of Chetwode Blue #6168AA

RGB

 RED value IS 97 (38.28% from 255) = 26.15%

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

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

R = 26.15%
G = 28.03%
B = 45.82%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6168AA (or 0x6168AA) is known color: Chetwode Blue. HEX triplet: 61, 68 and AA. RGB value is (97,104,170). Sum of RGB (Red+Green+Blue) = 97+104+170=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #6168AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6168AA is #9E9755. Grayscale: #6D6D6D. Windows color (decimal): -10393430 or 11167841. OLE color: 11167841.

HSL color Cylindrical-coordinate representation of color #6168AA: hue angle of 234.25º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6168AA is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 104 170 -
CMYK 0.43 0.39 0 0.33
HSL 234.25º 0.3% 0.52% -
HSV(B) 234.25º 0.43% 0.67% -
XYZ 17.14 15.34 40.09 -
YUV 109.43 162.18 119.13 -
System Red Green Blue C M Y K H S L
Decimal 97 104 170 0.43 0.39 0 0.33 234.25 0.3 0.52
Hex 61 68 AA 2B 27 0 21 EA 1E 34
Octal 141 150 252 53 47 0 41 352 36 64
Binary 1100001 1101000 10101010 101011 100111 0 100001 11101010 11110 110100

Color Harmonies of #6168AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6168AA

Black with #6168AA

Text Example


Text Example

White with #6168AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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