Html Css Color HEX #606DBF Chetwode Blue

📋 copy color: '#606DBF'

red 96 ◦ green 109 ◦ blue 191

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

Shades of Chetwode Blue #606DBF

Tints of Chetwode Blue #606DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.23%

R = 24.24%
G = 27.53%
B = 48.23%

CMYK

 C value IS 0.50

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#606DBF (or 0x606DBF) is known color: Chetwode Blue. HEX triplet: 60, 6D and BF. RGB value is (96,109,191). Sum of RGB (Red+Green+Blue) = 96+109+191=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #606DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DBF is #9F9240. Grayscale: #727272. Windows color (decimal): -10457665 or 12545376. OLE color: 12545376.

HSL color Cylindrical-coordinate representation of color #606DBF: hue angle of 231.79º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #606DBF is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 109 191 -
CMYK 0.50 0.43 0 0.25
HSL 231.79º 0.43% 0.56% -
HSV(B) 231.79º 0.5% 0.75% -
XYZ 19.7 17.19 51.57 -
YUV 114.46 171.19 114.83 -
System Red Green Blue C M Y K H S L
Decimal 96 109 191 0.50 0.43 0 0.25 231.79 0.43 0.56
Hex 60 6D BF 32 2B 0 19 E8 2B 38
Octal 140 155 277 62 53 0 31 350 53 70
Binary 1100000 1101101 10111111 110010 101011 0 11001 11101000 101011 111000

Color Harmonies of #606DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606DBF

Black with #606DBF

Text Example


Text Example

White with #606DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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