Html Css Color HEX #6168AB Chetwode Blue

📋 copy color: '#6168AB'

red 97 ◦ green 104 ◦ blue 171

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

Shades of Chetwode Blue #6168AB

Tints of Chetwode Blue #6168AB

RGB

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

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

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

R = 26.08%
G = 27.96%
B = 45.97%

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

#6168AB (or 0x6168AB) is known color: Chetwode Blue. HEX triplet: 61, 68 and AB. RGB value is (97,104,171). Sum of RGB (Red+Green+Blue) = 97+104+171=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #6168AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6168AB is #9E9754. Grayscale: #6D6D6D. Windows color (decimal): -10393429 or 11233377. OLE color: 11233377.

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

Color convert

RGB 97 104 171 -
CMYK 0.43 0.39 0 0.33
HSL 234.32º 0.31% 0.53% -
HSV(B) 234.32º 0.43% 0.67% -
XYZ 17.23 15.38 40.59 -
YUV 109.55 162.68 119.05 -
System Red Green Blue C M Y K H S L
Decimal 97 104 171 0.43 0.39 0 0.33 234.32 0.31 0.53
Hex 61 68 AB 2B 27 0 21 EA 1F 35
Octal 141 150 253 53 47 0 41 352 37 65
Binary 1100001 1101000 10101011 101011 100111 0 100001 11101010 11111 110101

Color Harmonies of #6168AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6168AB

Black with #6168AB

Text Example


Text Example

White with #6168AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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