Html Css Color HEX #629EC8 Picton Blue

📋 copy color: '#629EC8'

red 98 ◦ green 158 ◦ blue 200

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

Shades of Picton Blue #629EC8

Tints of Picton Blue #629EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.86%

R = 21.49%
G = 34.65%
B = 43.86%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#629EC8 (or 0x629EC8) is known color: Picton Blue. HEX triplet: 62, 9E and C8. RGB value is (98,158,200). Sum of RGB (Red+Green+Blue) = 98+158+200=456 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.49% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 200 - color contains mainly: blue. Hex color #629EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629EC8 is #9D6137. Grayscale: #909090. Windows color (decimal): -10314040 or 13147746. OLE color: 13147746.

HSL color Cylindrical-coordinate representation of color #629EC8: hue angle of 204.71º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #629EC8 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 98 158 200 -
CMYK 0.51 0.21 0 0.22
HSL 204.71º 0.48% 0.58% -
HSV(B) 204.71º 0.51% 0.78% -
XYZ 27.69 31.22 59.21 -
YUV 144.85 159.12 94.58 -
System Red Green Blue C M Y K H S L
Decimal 98 158 200 0.51 0.21 0 0.22 204.71 0.48 0.58
Hex 62 9E C8 33 15 0 16 CD 30 3A
Octal 142 236 310 63 25 0 26 315 60 72
Binary 1100010 10011110 11001000 110011 10101 0 10110 11001101 110000 111010

Color Harmonies of #629EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629EC8

Black with #629EC8

Text Example


Text Example

White with #629EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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