Html Css Color HEX #6C75B4 Chetwode Blue

📋 copy color: '#6C75B4'

red 108 ◦ green 117 ◦ blue 180

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

Shades of Chetwode Blue #6C75B4

Tints of Chetwode Blue #6C75B4

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.89%

 BLUE value IS 180 (70.7% from 255) = 44.44%

R = 26.67%
G = 28.89%
B = 44.44%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6C75B4 (or 0x6C75B4) is known color: Chetwode Blue. HEX triplet: 6C, 75 and B4. RGB value is (108,117,180). Sum of RGB (Red+Green+Blue) = 108+117+180=405 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.67% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 180 - color contains mainly: blue. Hex color #6C75B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C75B4 is #938A4B. Grayscale: #797979. Windows color (decimal): -9669196 or 11826540. OLE color: 11826540.

HSL color Cylindrical-coordinate representation of color #6C75B4: hue angle of 232.5º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C75B4 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 108 117 180 -
CMYK 0.40 0.35 0 0.29
HSL 232.5º 0.32% 0.56% -
HSV(B) 232.5º 0.4% 0.71% -
XYZ 20.78 19.21 45.79 -
YUV 121.49 161.02 118.38 -
System Red Green Blue C M Y K H S L
Decimal 108 117 180 0.40 0.35 0 0.29 232.5 0.32 0.56
Hex 6C 75 B4 28 23 0 1D E8 20 38
Octal 154 165 264 50 43 0 35 350 40 70
Binary 1101100 1110101 10110100 101000 100011 0 11101 11101000 100000 111000

Color Harmonies of #6C75B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C75B4

Black with #6C75B4

Text Example


Text Example

White with #6C75B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,117,180); }

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

background-color css

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

 a { background-color: rgb(108,117,180); }

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

border-color css

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

 span { border-color: rgb(108,117,180); }

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