Html Css Color HEX #6A68BB Chetwode Blue

📋 copy color: '#6A68BB'

red 106 ◦ green 104 ◦ blue 187

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

Shades of Chetwode Blue #6A68BB

Tints of Chetwode Blue #6A68BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 26.7%
G = 26.2%
B = 47.1%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6A68BB (or 0x6A68BB) is known color: Chetwode Blue. HEX triplet: 6A, 68 and BB. RGB value is (106,104,187). Sum of RGB (Red+Green+Blue) = 106+104+187=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #6A68BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A68BB is #959744. Grayscale: #717171. Windows color (decimal): -9803589 or 12281962. OLE color: 12281962.

HSL color Cylindrical-coordinate representation of color #6A68BB: hue angle of 241.45º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A68BB is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 104 187 -
CMYK 0.43 0.44 0 0.27
HSL 241.45º 0.38% 0.57% -
HSV(B) 241.45º 0.44% 0.73% -
XYZ 19.86 16.55 49.16 -
YUV 114.06 169.16 122.25 -
System Red Green Blue C M Y K H S L
Decimal 106 104 187 0.43 0.44 0 0.27 241.45 0.38 0.57
Hex 6A 68 BB 2B 2C 0 1B F1 26 39
Octal 152 150 273 53 54 0 33 361 46 71
Binary 1101010 1101000 10111011 101011 101100 0 11011 11110001 100110 111001

Color Harmonies of #6A68BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A68BB

Black with #6A68BB

Text Example


Text Example

White with #6A68BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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