Html Css Color HEX #6175CB Chetwode Blue

📋 copy color: '#6175CB'

red 97 ◦ green 117 ◦ blue 203

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

Shades of Chetwode Blue #6175CB

Tints of Chetwode Blue #6175CB

RGB

 RED value IS 97 (38.28% from 255) = 23.26%

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

 BLUE value IS 203 (79.69% from 255) = 48.68%

R = 23.26%
G = 28.06%
B = 48.68%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6175CB (or 0x6175CB) is known color: Chetwode Blue. HEX triplet: 61, 75 and CB. RGB value is (97,117,203). Sum of RGB (Red+Green+Blue) = 97+117+203=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #6175CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6175CB is #9E8A34. Grayscale: #787878. Windows color (decimal): -10390069 or 13333857. OLE color: 13333857.

HSL color Cylindrical-coordinate representation of color #6175CB: hue angle of 228.68º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6175CB is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 117 203 -
CMYK 0.52 0.42 0 0.20
HSL 228.68º 0.5% 0.59% -
HSV(B) 228.68º 0.52% 0.8% -
XYZ 22.07 19.58 59.12 -
YUV 120.82 174.37 111.01 -
System Red Green Blue C M Y K H S L
Decimal 97 117 203 0.52 0.42 0 0.20 228.68 0.5 0.59
Hex 61 75 CB 34 2A 0 14 E5 32 3B
Octal 141 165 313 64 52 0 24 345 62 73
Binary 1100001 1110101 11001011 110100 101010 0 10100 11100101 110010 111011

Color Harmonies of #6175CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6175CB

Black with #6175CB

Text Example


Text Example

White with #6175CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6175CB; }

 p { color: rgb(97,117,203); }

 H1.HeaderClassName
 {
   color: #6175CB;
 }
 .AnyTagClassName
 {
   color: #6175CB;
 }
</style>

background-color css

<style>
 a { background-color: #6175CB; }

 a { background-color: rgb(97,117,203); }

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

border-color css

<style>
 span { border-color: #6175CB; }

 span { border-color: rgb(97,117,203); }

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