Html Css Color HEX #6175CA Chetwode Blue

📋 copy color: '#6175CA'

red 97 ◦ green 117 ◦ blue 202

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

Shades of Chetwode Blue #6175CA

Tints of Chetwode Blue #6175CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.56%

R = 23.32%
G = 28.13%
B = 48.56%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6175CA (or 0x6175CA) is known color: Chetwode Blue. HEX triplet: 61, 75 and CA. RGB value is (97,117,202). Sum of RGB (Red+Green+Blue) = 97+117+202=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #6175CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6175CA is #9E8A35. Grayscale: #787878. Windows color (decimal): -10390070 or 13268321. OLE color: 13268321.

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

Color convert

RGB 97 117 202 -
CMYK 0.52 0.42 0 0.21
HSL 228.57º 0.5% 0.59% -
HSV(B) 228.57º 0.52% 0.79% -
XYZ 21.95 19.53 58.49 -
YUV 120.71 173.87 111.09 -
System Red Green Blue C M Y K H S L
Decimal 97 117 202 0.52 0.42 0 0.21 228.57 0.5 0.59
Hex 61 75 CA 34 2A 0 15 E5 32 3B
Octal 141 165 312 64 52 0 25 345 62 73
Binary 1100001 1110101 11001010 110100 101010 0 10101 11100101 110010 111011

Color Harmonies of #6175CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6175CA

Black with #6175CA

Text Example


Text Example

White with #6175CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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