Html Css Color HEX #6C75AF Chetwode Blue

📋 copy color: '#6C75AF'

red 108 ◦ green 117 ◦ blue 175

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

Shades of Chetwode Blue #6C75AF

Tints of Chetwode Blue #6C75AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.75%

R = 27%
G = 29.25%
B = 43.75%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6C75AF (or 0x6C75AF) is known color: Chetwode Blue. HEX triplet: 6C, 75 and AF. RGB value is (108,117,175). Sum of RGB (Red+Green+Blue) = 108+117+175=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C75AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C75AF is #938A50. Grayscale: #787878. Windows color (decimal): -9669201 or 11498860. OLE color: 11498860.

HSL color Cylindrical-coordinate representation of color #6C75AF: hue angle of 231.94º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C75AF is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 108 117 175 -
CMYK 0.38 0.33 0 0.31
HSL 231.94º 0.3% 0.55% -
HSV(B) 231.94º 0.38% 0.69% -
XYZ 20.28 19.01 43.16 -
YUV 120.92 158.52 118.78 -
System Red Green Blue C M Y K H S L
Decimal 108 117 175 0.38 0.33 0 0.31 231.94 0.3 0.55
Hex 6C 75 AF 26 21 0 1F E8 1E 37
Octal 154 165 257 46 41 0 37 350 36 67
Binary 1101100 1110101 10101111 100110 100001 0 11111 11101000 11110 110111

Color Harmonies of #6C75AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C75AF

Black with #6C75AF

Text Example


Text Example

White with #6C75AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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