Html Css Color HEX #6075CD Chetwode Blue

📋 copy color: '#6075CD'

red 96 ◦ green 117 ◦ blue 205

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

Shades of Chetwode Blue #6075CD

Tints of Chetwode Blue #6075CD

RGB

 RED value IS 96 (37.89% from 255) = 22.97%

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

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 22.97%
G = 27.99%
B = 49.04%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6075CD (or 0x6075CD) is known color: Chetwode Blue. HEX triplet: 60, 75 and CD. RGB value is (96,117,205). Sum of RGB (Red+Green+Blue) = 96+117+205=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #6075CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6075CD is #9F8A32. Grayscale: #787878. Windows color (decimal): -10455603 or 13464928. OLE color: 13464928.

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

Color convert

RGB 96 117 205 -
CMYK 0.53 0.43 0 0.20
HSL 228.44º 0.52% 0.59% -
HSV(B) 228.44º 0.53% 0.8% -
XYZ 22.2 19.62 60.37 -
YUV 120.75 175.54 110.34 -
System Red Green Blue C M Y K H S L
Decimal 96 117 205 0.53 0.43 0 0.20 228.44 0.52 0.59
Hex 60 75 CD 35 2B 0 14 E4 34 3B
Octal 140 165 315 65 53 0 24 344 64 73
Binary 1100000 1110101 11001101 110101 101011 0 10100 11100100 110100 111011

Color Harmonies of #6075CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6075CD

Black with #6075CD

Text Example


Text Example

White with #6075CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6075CD; }

 p { color: rgb(96,117,205); }

 H1.HeaderClassName
 {
   color: #6075CD;
 }
 .AnyTagClassName
 {
   color: #6075CD;
 }
</style>

background-color css

<style>
 a { background-color: #6075CD; }

 a { background-color: rgb(96,117,205); }

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

border-color css

<style>
 span { border-color: #6075CD; }

 span { border-color: rgb(96,117,205); }

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