Html Css Color HEX #606CC4 Chetwode Blue

📋 copy color: '#606CC4'

red 96 ◦ green 108 ◦ blue 196

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

Shades of Chetwode Blue #606CC4

Tints of Chetwode Blue #606CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 49%

R = 24%
G = 27%
B = 49%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#606CC4 (or 0x606CC4) is known color: Chetwode Blue. HEX triplet: 60, 6C and C4. RGB value is (96,108,196). Sum of RGB (Red+Green+Blue) = 96+108+196=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 196 (76.95% from 255 or 49% from 400); Max value from RGB is 196 - color contains mainly: blue. Hex color #606CC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CC4 is #9F933B. Grayscale: #727272. Windows color (decimal): -10457916 or 12872800. OLE color: 12872800.

HSL color Cylindrical-coordinate representation of color #606CC4: hue angle of 232.8º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #606CC4 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 96 108 196 -
CMYK 0.51 0.45 0 0.23
HSL 232.8º 0.46% 0.57% -
HSV(B) 232.8º 0.51% 0.77% -
XYZ 20.15 17.2 54.48 -
YUV 114.44 174.02 114.84 -
System Red Green Blue C M Y K H S L
Decimal 96 108 196 0.51 0.45 0 0.23 232.8 0.46 0.57
Hex 60 6C C4 33 2D 0 17 E9 2E 39
Octal 140 154 304 63 55 0 27 351 56 71
Binary 1100000 1101100 11000100 110011 101101 0 10111 11101001 101110 111001

Color Harmonies of #606CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CC4

Black with #606CC4

Text Example


Text Example

White with #606CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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