Html Css Color HEX #629BC6 Picton Blue

📋 copy color: '#629BC6'

red 98 ◦ green 155 ◦ blue 198

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

Shades of Picton Blue #629BC6

Tints of Picton Blue #629BC6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.37%

 BLUE value IS 198 (77.73% from 255) = 43.9%

R = 21.73%
G = 34.37%
B = 43.9%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#629BC6 (or 0x629BC6) is known color: Picton Blue. HEX triplet: 62, 9B and C6. RGB value is (98,155,198). Sum of RGB (Red+Green+Blue) = 98+155+198=451 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.73% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 198 - color contains mainly: blue. Hex color #629BC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629BC6 is #9D6439. Grayscale: #8E8E8E. Windows color (decimal): -10314810 or 13015906. OLE color: 13015906.

HSL color Cylindrical-coordinate representation of color #629BC6: hue angle of 205.8º degrees, saturation: 0.47, 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 #629BC6 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 98 155 198 -
CMYK 0.51 0.22 0 0.22
HSL 205.8º 0.47% 0.58% -
HSV(B) 205.8º 0.51% 0.78% -
XYZ 26.95 30.12 57.82 -
YUV 142.86 159.12 96 -
System Red Green Blue C M Y K H S L
Decimal 98 155 198 0.51 0.22 0 0.22 205.8 0.47 0.58
Hex 62 9B C6 33 16 0 16 CE 2F 3A
Octal 142 233 306 63 26 0 26 316 57 72
Binary 1100010 10011011 11000110 110011 10110 0 10110 11001110 101111 111010

Color Harmonies of #629BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629BC6

Black with #629BC6

Text Example


Text Example

White with #629BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,155,198); }

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

background-color css

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

 a { background-color: rgb(98,155,198); }

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

border-color css

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

 span { border-color: rgb(98,155,198); }

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