Html Css Color HEX #6C67BE Chetwode Blue

📋 copy color: '#6C67BE'

red 108 ◦ green 103 ◦ blue 190

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

Shades of Chetwode Blue #6C67BE

Tints of Chetwode Blue #6C67BE

RGB

 RED value IS 108 (42.58% from 255) = 26.93%

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

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 26.93%
G = 25.69%
B = 47.38%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C67BE (or 0x6C67BE) is known color: Chetwode Blue. HEX triplet: 6C, 67 and BE. RGB value is (108,103,190). Sum of RGB (Red+Green+Blue) = 108+103+190=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C67BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C67BE is #939841. Grayscale: #727272. Windows color (decimal): -9672770 or 12478316. OLE color: 12478316.

HSL color Cylindrical-coordinate representation of color #6C67BE: hue angle of 243.45º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C67BE is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 103 190 -
CMYK 0.43 0.46 0 0.25
HSL 243.45º 0.4% 0.57% -
HSV(B) 243.45º 0.46% 0.75% -
XYZ 20.33 16.61 50.85 -
YUV 114.41 170.66 123.43 -
System Red Green Blue C M Y K H S L
Decimal 108 103 190 0.43 0.46 0 0.25 243.45 0.4 0.57
Hex 6C 67 BE 2B 2E 0 19 F3 28 39
Octal 154 147 276 53 56 0 31 363 50 71
Binary 1101100 1100111 10111110 101011 101110 0 11001 11110011 101000 111001

Color Harmonies of #6C67BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C67BE

Black with #6C67BE

Text Example


Text Example

White with #6C67BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,103,190); }

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

background-color css

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

 a { background-color: rgb(108,103,190); }

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

border-color css

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

 span { border-color: rgb(108,103,190); }

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