Html Css Color HEX #606CDA Slate Blue

📋 copy color: '#606CDA'

red 96 ◦ green 108 ◦ blue 218

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

Shades of Slate Blue #606CDA

Tints of Slate Blue #606CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.66%

R = 22.75%
G = 25.59%
B = 51.66%

CMYK

 C value IS 0.56

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#606CDA (or 0x606CDA) is known color: Slate Blue. HEX triplet: 60, 6C and DA. RGB value is (96,108,218). Sum of RGB (Red+Green+Blue) = 96+108+218=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #606CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CDA is #9F9325. Grayscale: #747474. Windows color (decimal): -10457894 or 14314592. OLE color: 14314592.

HSL color Cylindrical-coordinate representation of color #606CDA: hue angle of 234.1º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #606CDA is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 108 218 -
CMYK 0.56 0.50 0 0.15
HSL 234.1º 0.62% 0.62% -
HSV(B) 234.1º 0.56% 0.85% -
XYZ 22.84 18.27 68.65 -
YUV 116.95 185.02 113.06 -
System Red Green Blue C M Y K H S L
Decimal 96 108 218 0.56 0.50 0 0.15 234.1 0.62 0.62
Hex 60 6C DA 38 32 0 F EA 3E 3E
Octal 140 154 332 70 62 0 17 352 76 76
Binary 1100000 1101100 11011010 111000 110010 0 1111 11101010 111110 111110

Color Harmonies of #606CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CDA

Black with #606CDA

Text Example


Text Example

White with #606CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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