Html Css Color HEX #606DCF Chetwode Blue

📋 copy color: '#606DCF'

red 96 ◦ green 109 ◦ blue 207

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

Shades of Chetwode Blue #606DCF

Tints of Chetwode Blue #606DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.24%

R = 23.3%
G = 26.46%
B = 50.24%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#606DCF (or 0x606DCF) is known color: Chetwode Blue. HEX triplet: 60, 6D and CF. RGB value is (96,109,207). Sum of RGB (Red+Green+Blue) = 96+109+207=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #606DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DCF is #9F9230. Grayscale: #737373. Windows color (decimal): -10457649 or 13593952. OLE color: 13593952.

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

Color convert

RGB 96 109 207 -
CMYK 0.54 0.47 0 0.19
HSL 232.97º 0.54% 0.59% -
HSV(B) 232.97º 0.54% 0.81% -
XYZ 21.56 17.93 61.36 -
YUV 116.29 179.19 113.53 -
System Red Green Blue C M Y K H S L
Decimal 96 109 207 0.54 0.47 0 0.19 232.97 0.54 0.59
Hex 60 6D CF 36 2F 0 13 E9 36 3B
Octal 140 155 317 66 57 0 23 351 66 73
Binary 1100000 1101101 11001111 110110 101111 0 10011 11101001 110110 111011

Color Harmonies of #606DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606DCF

Black with #606DCF

Text Example


Text Example

White with #606DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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