#629edc

Color #629EDC Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #629EDC

Tints of Picton Blue #629EDC

Color information

#629EDC (or 0x629EDC) is unknown color: approx 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

RGB98158220-
CMYK0.550.2800.14
HSL210.49º63.54%62.35%-
HSV(B)210.49º55.45%86.27%-
XYZ30.1832.2272.34-
YUV147.13169.1292.96-

RGB Variations

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

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 (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal981582200.550.2800.14210.4963.5462.35
Hex629EDC371C0Ed2403e
Octal142236334673401632210076
Binary110001010011110110111001101111110001110110100101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629edc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>