Html Css Color HEX #629EDC Picton Blue

📋 copy color: '#629EDC'

red 98 ◦ green 158 ◦ blue 220

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

Shades of Picton Blue #629EDC

Tints of Picton Blue #629EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 20.59%
G = 33.19%
B = 46.22%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#629EDC (or 0x629EDC) is known color: Picton Blue. HEX triplet: 62, 9E and DC. RGB value is (98,158,220). Sum of RGB (Red+Green+Blue) = 98+158+220=476 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.59% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #629EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629EDC is #9D6123. Grayscale: #929292. Windows color (decimal): -10314020 or 14458466. OLE color: 14458466.

HSL color Cylindrical-coordinate representation of color #629EDC: hue angle of 210.49º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #629EDC is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 158 220 -
CMYK 0.55 0.28 0 0.14
HSL 210.49º 0.64% 0.62% -
HSV(B) 210.49º 0.55% 0.86% -
XYZ 30.18 32.22 72.34 -
YUV 147.13 169.12 92.96 -
System Red Green Blue C M Y K H S L
Decimal 98 158 220 0.55 0.28 0 0.14 210.49 0.64 0.62
Hex 62 9E DC 37 1C 0 E D2 40 3E
Octal 142 236 334 67 34 0 16 322 100 76
Binary 1100010 10011110 11011100 110111 11100 0 1110 11010010 1000000 111110

Color Harmonies of #629EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629EDC

Black with #629EDC

Text Example


Text Example

White with #629EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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