Html Css Color HEX #6C69BE Chetwode Blue

📋 copy color: '#6C69BE'

red 108 ◦ green 105 ◦ blue 190

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

Shades of Chetwode Blue #6C69BE

Tints of Chetwode Blue #6C69BE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.05%

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

R = 26.8%
G = 26.05%
B = 47.15%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C69BE (or 0x6C69BE) is known color: Chetwode Blue. HEX triplet: 6C, 69 and BE. RGB value is (108,105,190). Sum of RGB (Red+Green+Blue) = 108+105+190=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C69BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C69BE is #939641. Grayscale: #737373. Windows color (decimal): -9672258 or 12478828. OLE color: 12478828.

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

Color convert

RGB 108 105 190 -
CMYK 0.43 0.45 0 0.25
HSL 242.12º 0.4% 0.58% -
HSV(B) 242.12º 0.45% 0.75% -
XYZ 20.53 17.01 50.92 -
YUV 115.59 169.99 122.59 -
System Red Green Blue C M Y K H S L
Decimal 108 105 190 0.43 0.45 0 0.25 242.12 0.4 0.58
Hex 6C 69 BE 2B 2D 0 19 F2 28 3A
Octal 154 151 276 53 55 0 31 362 50 72
Binary 1101100 1101001 10111110 101011 101101 0 11001 11110010 101000 111010

Color Harmonies of #6C69BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C69BE

Black with #6C69BE

Text Example


Text Example

White with #6C69BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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