Html Css Color HEX #606DCE Chetwode Blue

📋 copy color: '#606DCE'

red 96 ◦ green 109 ◦ blue 206

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

Shades of Chetwode Blue #606DCE

Tints of Chetwode Blue #606DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.52%

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 23.36%
G = 26.52%
B = 50.12%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#606DCE (or 0x606DCE) is known color: Chetwode Blue. HEX triplet: 60, 6D and CE. RGB value is (96,109,206). Sum of RGB (Red+Green+Blue) = 96+109+206=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #606DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DCE is #9F9231. Grayscale: #737373. Windows color (decimal): -10457650 or 13528416. OLE color: 13528416.

HSL color Cylindrical-coordinate representation of color #606DCE: hue angle of 232.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #606DCE is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 109 206 -
CMYK 0.53 0.47 0 0.19
HSL 232.91º 0.53% 0.59% -
HSV(B) 232.91º 0.53% 0.81% -
XYZ 21.43 17.88 60.71 -
YUV 116.17 178.69 113.61 -
System Red Green Blue C M Y K H S L
Decimal 96 109 206 0.53 0.47 0 0.19 232.91 0.53 0.59
Hex 60 6D CE 35 2F 0 13 E9 35 3B
Octal 140 155 316 65 57 0 23 351 65 73
Binary 1100000 1101101 11001110 110101 101111 0 10011 11101001 110101 111011

Color Harmonies of #606DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606DCE

Black with #606DCE

Text Example


Text Example

White with #606DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,109,206); }

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

background-color css

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

 a { background-color: rgb(96,109,206); }

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

border-color css

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

 span { border-color: rgb(96,109,206); }

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