Html Css Color HEX #6A67BC Chetwode Blue

📋 copy color: '#6A67BC'

red 106 ◦ green 103 ◦ blue 188

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

Shades of Chetwode Blue #6A67BC

Tints of Chetwode Blue #6A67BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 26.7%
G = 25.94%
B = 47.36%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6A67BC (or 0x6A67BC) is known color: Chetwode Blue. HEX triplet: 6A, 67 and BC. RGB value is (106,103,188). Sum of RGB (Red+Green+Blue) = 106+103+188=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A67BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A67BC is #959843. Grayscale: #717171. Windows color (decimal): -9803844 or 12347242. OLE color: 12347242.

HSL color Cylindrical-coordinate representation of color #6A67BC: hue angle of 242.12º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A67BC is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 106 103 188 -
CMYK 0.44 0.45 0 0.26
HSL 242.12º 0.39% 0.57% -
HSV(B) 242.12º 0.45% 0.74% -
XYZ 19.87 16.4 49.69 -
YUV 113.59 169.99 122.59 -
System Red Green Blue C M Y K H S L
Decimal 106 103 188 0.44 0.45 0 0.26 242.12 0.39 0.57
Hex 6A 67 BC 2C 2D 0 1A F2 27 39
Octal 152 147 274 54 55 0 32 362 47 71
Binary 1101010 1100111 10111100 101100 101101 0 11010 11110010 100111 111001

Color Harmonies of #6A67BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A67BC

Black with #6A67BC

Text Example


Text Example

White with #6A67BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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