Html Css Color HEX #6C79BC Chetwode Blue

📋 copy color: '#6C79BC'

red 108 ◦ green 121 ◦ blue 188

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

Shades of Chetwode Blue #6C79BC

Tints of Chetwode Blue #6C79BC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.02%

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

R = 25.9%
G = 29.02%
B = 45.08%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C79BC (or 0x6C79BC) is known color: Chetwode Blue. HEX triplet: 6C, 79 and BC. RGB value is (108,121,188). Sum of RGB (Red+Green+Blue) = 108+121+188=417 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.90% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C79BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C79BC is #938643. Grayscale: #7C7C7C. Windows color (decimal): -9668164 or 12351852. OLE color: 12351852.

HSL color Cylindrical-coordinate representation of color #6C79BC: hue angle of 230.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C79BC is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 121 188 -
CMYK 0.43 0.36 0 0.26
HSL 230.25º 0.37% 0.58% -
HSV(B) 230.25º 0.43% 0.74% -
XYZ 22.1 20.49 50.37 -
YUV 124.75 163.69 116.05 -
System Red Green Blue C M Y K H S L
Decimal 108 121 188 0.43 0.36 0 0.26 230.25 0.37 0.58
Hex 6C 79 BC 2B 24 0 1A E6 25 3A
Octal 154 171 274 53 44 0 32 346 45 72
Binary 1101100 1111001 10111100 101011 100100 0 11010 11100110 100101 111010

Color Harmonies of #6C79BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C79BC

Black with #6C79BC

Text Example


Text Example

White with #6C79BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,121,188); }

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

background-color css

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

 a { background-color: rgb(108,121,188); }

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

border-color css

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

 span { border-color: rgb(108,121,188); }

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