Html Css Color HEX #629EDF Picton Blue

📋 copy color: '#629EDF'

red 98 ◦ green 158 ◦ blue 223

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

Shades of Picton Blue #629EDF

Tints of Picton Blue #629EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.56%

R = 20.46%
G = 32.99%
B = 46.56%

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

#629EDF (or 0x629EDF) is known color: Picton Blue. HEX triplet: 62, 9E and DF. RGB value is (98,158,223). Sum of RGB (Red+Green+Blue) = 98+158+223=479 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.46% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #629EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629EDF is #9D6120. Grayscale: #939393. Windows color (decimal): -10314017 or 14655074. OLE color: 14655074.

HSL color Cylindrical-coordinate representation of color #629EDF: hue angle of 211.2º degrees, saturation: 0.66, 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 #629EDF is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 158 223 -
CMYK 0.56 0.29 0 0.13
HSL 211.2º 0.66% 0.63% -
HSV(B) 211.2º 0.56% 0.87% -
XYZ 30.58 32.38 74.45 -
YUV 147.47 170.62 92.71 -
System Red Green Blue C M Y K H S L
Decimal 98 158 223 0.56 0.29 0 0.13 211.2 0.66 0.63
Hex 62 9E DF 38 1D 0 D D3 42 3F
Octal 142 236 337 70 35 0 15 323 102 77
Binary 1100010 10011110 11011111 111000 11101 0 1101 11010011 1000010 111111

Color Harmonies of #629EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629EDF

Black with #629EDF

Text Example


Text Example

White with #629EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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