Html Css Color HEX #6A68AB Chetwode Blue

📋 copy color: '#6A68AB'

red 106 ◦ green 104 ◦ blue 171

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

Shades of Chetwode Blue #6A68AB

Tints of Chetwode Blue #6A68AB

RGB

 RED value IS 106 (41.8% from 255) = 27.82%

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

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

R = 27.82%
G = 27.3%
B = 44.88%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A68AB (or 0x6A68AB) is known color: Chetwode Blue. HEX triplet: 6A, 68 and AB. RGB value is (106,104,171). Sum of RGB (Red+Green+Blue) = 106+104+171=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A68AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A68AB is #959754. Grayscale: #6F6F6F. Windows color (decimal): -9803605 or 11233386. OLE color: 11233386.

HSL color Cylindrical-coordinate representation of color #6A68AB: hue angle of 241.79º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A68AB is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 104 171 -
CMYK 0.38 0.39 0 0.33
HSL 241.79º 0.29% 0.54% -
HSV(B) 241.79º 0.39% 0.67% -
XYZ 18.24 15.91 40.64 -
YUV 112.24 161.16 123.55 -
System Red Green Blue C M Y K H S L
Decimal 106 104 171 0.38 0.39 0 0.33 241.79 0.29 0.54
Hex 6A 68 AB 26 27 0 21 F2 1D 36
Octal 152 150 253 46 47 0 41 362 35 66
Binary 1101010 1101000 10101011 100110 100111 0 100001 11110010 11101 110110

Color Harmonies of #6A68AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A68AB

Black with #6A68AB

Text Example


Text Example

White with #6A68AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A68AB; }

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

 H1.HeaderClassName
 {
   color: #6A68AB;
 }
 .AnyTagClassName
 {
   color: #6A68AB;
 }
</style>

background-color css

<style>
 a { background-color: #6A68AB; }

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

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

border-color css

<style>
 span { border-color: #6A68AB; }

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

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