Html Css Color HEX #629EDD Picton Blue

📋 copy color: '#629EDD'

red 98 ◦ green 158 ◦ blue 221

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

Shades of Picton Blue #629EDD

Tints of Picton Blue #629EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.12%

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 20.55%
G = 33.12%
B = 46.33%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#629EDD (or 0x629EDD) is known color: Picton Blue. HEX triplet: 62, 9E and DD. RGB value is (98,158,221). Sum of RGB (Red+Green+Blue) = 98+158+221=477 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.55% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #629EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629EDD is #9D6122. Grayscale: #929292. Windows color (decimal): -10314019 or 14524002. OLE color: 14524002.

HSL color Cylindrical-coordinate representation of color #629EDD: hue angle of 210.73º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #629EDD is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 158 221 -
CMYK 0.56 0.29 0 0.13
HSL 210.73º 0.64% 0.63% -
HSV(B) 210.73º 0.56% 0.87% -
XYZ 30.32 32.27 73.04 -
YUV 147.24 169.62 92.88 -
System Red Green Blue C M Y K H S L
Decimal 98 158 221 0.56 0.29 0 0.13 210.73 0.64 0.63
Hex 62 9E DD 38 1D 0 D D3 40 3F
Octal 142 236 335 70 35 0 15 323 100 77
Binary 1100010 10011110 11011101 111000 11101 0 1101 11010011 1000000 111111

Color Harmonies of #629EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629EDD

Black with #629EDD

Text Example


Text Example

White with #629EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629EDD; }

 p { color: rgb(98,158,221); }

 H1.HeaderClassName
 {
   color: #629EDD;
 }
 .AnyTagClassName
 {
   color: #629EDD;
 }
</style>

background-color css

<style>
 a { background-color: #629EDD; }

 a { background-color: rgb(98,158,221); }

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

border-color css

<style>
 span { border-color: #629EDD; }

 span { border-color: rgb(98,158,221); }

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