Html Css Color HEX #629ADC Picton Blue

📋 copy color: '#629ADC'

red 98 ◦ green 154 ◦ blue 220

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

Shades of Picton Blue #629ADC

Tints of Picton Blue #629ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.63%

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

R = 20.76%
G = 32.63%
B = 46.61%

CMYK

 C value IS 0.55

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#629ADC (or 0x629ADC) is known color: Picton Blue. HEX triplet: 62, 9A and DC. RGB value is (98,154,220). Sum of RGB (Red+Green+Blue) = 98+154+220=472 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.76% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #629ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629ADC is #9D6523. Grayscale: #909090. Windows color (decimal): -10315044 or 14457442. OLE color: 14457442.

HSL color Cylindrical-coordinate representation of color #629ADC: hue angle of 212.46º 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 #629ADC is Cyan = 0.55, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 154 220 -
CMYK 0.55 0.3 0 0.14
HSL 212.46º 0.64% 0.62% -
HSV(B) 212.46º 0.55% 0.86% -
XYZ 29.51 30.88 72.11 -
YUV 144.78 170.45 94.63 -
System Red Green Blue C M Y K H S L
Decimal 98 154 220 0.55 0.3 0 0.14 212.46 0.64 0.62
Hex 62 9A DC 37 1E 0 E D4 40 3E
Octal 142 232 334 67 36 0 16 324 100 76
Binary 1100010 10011010 11011100 110111 11110 0 1110 11010100 1000000 111110

Color Harmonies of #629ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629ADC

Black with #629ADC

Text Example


Text Example

White with #629ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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