Html Css Color HEX #6075CA Chetwode Blue

📋 copy color: '#6075CA'

red 96 ◦ green 117 ◦ blue 202

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

Shades of Chetwode Blue #6075CA

Tints of Chetwode Blue #6075CA

RGB

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

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

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

R = 23.13%
G = 28.19%
B = 48.67%

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

#6075CA (or 0x6075CA) is known color: Chetwode Blue. HEX triplet: 60, 75 and CA. RGB value is (96,117,202). Sum of RGB (Red+Green+Blue) = 96+117+202=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #6075CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6075CA is #9F8A35. Grayscale: #787878. Windows color (decimal): -10455606 or 13268320. OLE color: 13268320.

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

Color convert

RGB 96 117 202 -
CMYK 0.52 0.42 0 0.21
HSL 228.11º 0.5% 0.58% -
HSV(B) 228.11º 0.52% 0.79% -
XYZ 21.85 19.47 58.48 -
YUV 120.41 174.04 110.59 -
System Red Green Blue C M Y K H S L
Decimal 96 117 202 0.52 0.42 0 0.21 228.11 0.5 0.58
Hex 60 75 CA 34 2A 0 15 E4 32 3A
Octal 140 165 312 64 52 0 25 344 62 72
Binary 1100000 1110101 11001010 110100 101010 0 10101 11100100 110010 111010

Color Harmonies of #6075CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6075CA

Black with #6075CA

Text Example


Text Example

White with #6075CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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