Html Css Color HEX #606CCD Chetwode Blue

📋 copy color: '#606CCD'

red 96 ◦ green 108 ◦ blue 205

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

Shades of Chetwode Blue #606CCD

Tints of Chetwode Blue #606CCD

RGB

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

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

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

R = 23.47%
G = 26.41%
B = 50.12%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#606CCD (or 0x606CCD) is known color: Chetwode Blue. HEX triplet: 60, 6C and CD. RGB value is (96,108,205). Sum of RGB (Red+Green+Blue) = 96+108+205=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #606CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CCD is #9F9332. Grayscale: #737373. Windows color (decimal): -10457907 or 13462624. OLE color: 13462624.

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

Color convert

RGB 96 108 205 -
CMYK 0.53 0.47 0 0.20
HSL 233.39º 0.52% 0.59% -
HSV(B) 233.39º 0.53% 0.8% -
XYZ 21.21 17.62 60.04 -
YUV 115.47 178.52 114.11 -
System Red Green Blue C M Y K H S L
Decimal 96 108 205 0.53 0.47 0 0.20 233.39 0.52 0.59
Hex 60 6C CD 35 2F 0 14 E9 34 3B
Octal 140 154 315 65 57 0 24 351 64 73
Binary 1100000 1101100 11001101 110101 101111 0 10100 11101001 110100 111011

Color Harmonies of #606CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CCD

Black with #606CCD

Text Example


Text Example

White with #606CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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