Html Css Color HEX #626CDA Slate Blue

📋 copy color: '#626CDA'

red 98 ◦ green 108 ◦ blue 218

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

Shades of Slate Blue #626CDA

Tints of Slate Blue #626CDA

RGB

 RED value IS 98 (38.67% from 255) = 23.11%

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

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

R = 23.11%
G = 25.47%
B = 51.42%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#626CDA (or 0x626CDA) is known color: Slate Blue. HEX triplet: 62, 6C and DA. RGB value is (98,108,218). Sum of RGB (Red+Green+Blue) = 98+108+218=424 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.11% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #626CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626CDA is #9D9325. Grayscale: #757575. Windows color (decimal): -10326822 or 14314594. OLE color: 14314594.

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

Color convert

RGB 98 108 218 -
CMYK 0.55 0.50 0 0.15
HSL 235º 0.62% 0.62% -
HSV(B) 235º 0.55% 0.85% -
XYZ 23.05 18.38 68.66 -
YUV 117.55 184.69 114.06 -
System Red Green Blue C M Y K H S L
Decimal 98 108 218 0.55 0.50 0 0.15 235 0.62 0.62
Hex 62 6C DA 37 32 0 F EB 3E 3E
Octal 142 154 332 67 62 0 17 353 76 76
Binary 1100010 1101100 11011010 110111 110010 0 1111 11101011 111110 111110

Color Harmonies of #626CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626CDA

Black with #626CDA

Text Example


Text Example

White with #626CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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