Html Css Color HEX #6066D6 Slate Blue

📋 copy color: '#6066D6'

red 96 ◦ green 102 ◦ blue 214

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

Shades of Slate Blue #6066D6

Tints of Slate Blue #6066D6

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.76%

 BLUE value IS 214 (83.98% from 255) = 51.94%

R = 23.3%
G = 24.76%
B = 51.94%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6066D6 (or 0x6066D6) is known color: Slate Blue. HEX triplet: 60, 66 and D6. RGB value is (96,102,214). Sum of RGB (Red+Green+Blue) = 96+102+214=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 214 (83.98% from 255 or 51.94% from 412); Max value from RGB is 214 - color contains mainly: blue. Hex color #6066D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6066D6 is #9F9929. Grayscale: #707070. Windows color (decimal): -10459434 or 14050912. OLE color: 14050912.

HSL color Cylindrical-coordinate representation of color #6066D6: hue angle of 236.95º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6066D6 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 102 214 -
CMYK 0.55 0.52 0 0.16
HSL 236.95º 0.59% 0.61% -
HSV(B) 236.95º 0.55% 0.84% -
XYZ 21.71 16.84 65.73 -
YUV 112.97 185.01 115.89 -
System Red Green Blue C M Y K H S L
Decimal 96 102 214 0.55 0.52 0 0.16 236.95 0.59 0.61
Hex 60 66 D6 37 34 0 10 ED 3B 3D
Octal 140 146 326 67 64 0 20 355 73 75
Binary 1100000 1100110 11010110 110111 110100 0 10000 11101101 111011 111101

Color Harmonies of #6066D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6066D6

Black with #6066D6

Text Example


Text Example

White with #6066D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6066D6; }

 p { color: rgb(96,102,214); }

 H1.HeaderClassName
 {
   color: #6066D6;
 }
 .AnyTagClassName
 {
   color: #6066D6;
 }
</style>

background-color css

<style>
 a { background-color: #6066D6; }

 a { background-color: rgb(96,102,214); }

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

border-color css

<style>
 span { border-color: #6066D6; }

 span { border-color: rgb(96,102,214); }

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