Html Css Color HEX #606CCA Chetwode Blue

📋 copy color: '#606CCA'

red 96 ◦ green 108 ◦ blue 202

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

Shades of Chetwode Blue #606CCA

Tints of Chetwode Blue #606CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.6%

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

R = 23.65%
G = 26.6%
B = 49.75%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#606CCA (or 0x606CCA) is known color: Chetwode Blue. HEX triplet: 60, 6C and CA. RGB value is (96,108,202). Sum of RGB (Red+Green+Blue) = 96+108+202=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #606CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CCA is #9F9335. Grayscale: #727272. Windows color (decimal): -10457910 or 13266016. OLE color: 13266016.

HSL color Cylindrical-coordinate representation of color #606CCA: hue angle of 233.21º 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 #606CCA is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 108 202 -
CMYK 0.52 0.47 0 0.21
HSL 233.21º 0.5% 0.58% -
HSV(B) 233.21º 0.52% 0.79% -
XYZ 20.85 17.48 58.15 -
YUV 115.13 177.02 114.36 -
System Red Green Blue C M Y K H S L
Decimal 96 108 202 0.52 0.47 0 0.21 233.21 0.5 0.58
Hex 60 6C CA 34 2F 0 15 E9 32 3A
Octal 140 154 312 64 57 0 25 351 62 72
Binary 1100000 1101100 11001010 110100 101111 0 10101 11101001 110010 111010

Color Harmonies of #606CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CCA

Black with #606CCA

Text Example


Text Example

White with #606CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606CCA; }

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

 H1.HeaderClassName
 {
   color: #606CCA;
 }
 .AnyTagClassName
 {
   color: #606CCA;
 }
</style>

background-color css

<style>
 a { background-color: #606CCA; }

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

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

border-color css

<style>
 span { border-color: #606CCA; }

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

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