Html Css Color HEX #6A67BA Chetwode Blue

📋 copy color: '#6A67BA'

red 106 ◦ green 103 ◦ blue 186

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

Shades of Chetwode Blue #6A67BA

Tints of Chetwode Blue #6A67BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 26.84%
G = 26.08%
B = 47.09%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6A67BA (or 0x6A67BA) is known color: Chetwode Blue. HEX triplet: 6A, 67 and BA. RGB value is (106,103,186). Sum of RGB (Red+Green+Blue) = 106+103+186=395 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.84% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A67BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A67BA is #959845. Grayscale: #717171. Windows color (decimal): -9803846 or 12216170. OLE color: 12216170.

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

Color convert

RGB 106 103 186 -
CMYK 0.43 0.45 0 0.27
HSL 242.17º 0.38% 0.57% -
HSV(B) 242.17º 0.45% 0.73% -
XYZ 19.66 16.31 48.57 -
YUV 113.36 168.99 122.75 -
System Red Green Blue C M Y K H S L
Decimal 106 103 186 0.43 0.45 0 0.27 242.17 0.38 0.57
Hex 6A 67 BA 2B 2D 0 1B F2 26 39
Octal 152 147 272 53 55 0 33 362 46 71
Binary 1101010 1100111 10111010 101011 101101 0 11011 11110010 100110 111001

Color Harmonies of #6A67BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A67BA

Black with #6A67BA

Text Example


Text Example

White with #6A67BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,103,186); }

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

background-color css

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

 a { background-color: rgb(106,103,186); }

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

border-color css

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

 span { border-color: rgb(106,103,186); }

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