Html Css Color HEX #629CDA Picton Blue

📋 copy color: '#629CDA'

red 98 ◦ green 156 ◦ blue 218

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

Shades of Picton Blue #629CDA

Tints of Picton Blue #629CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.05%

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 20.76%
G = 33.05%
B = 46.19%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#629CDA (or 0x629CDA) is known color: Picton Blue. HEX triplet: 62, 9C and DA. RGB value is (98,156,218). Sum of RGB (Red+Green+Blue) = 98+156+218=472 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.76% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #629CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629CDA is #9D6325. Grayscale: #919191. Windows color (decimal): -10314534 or 14326882. OLE color: 14326882.

HSL color Cylindrical-coordinate representation of color #629CDA: hue angle of 211º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #629CDA is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 156 218 -
CMYK 0.55 0.28 0 0.15
HSL 211º 0.62% 0.62% -
HSV(B) 211º 0.55% 0.85% -
XYZ 29.58 31.44 70.84 -
YUV 145.73 168.78 93.96 -
System Red Green Blue C M Y K H S L
Decimal 98 156 218 0.55 0.28 0 0.15 211 0.62 0.62
Hex 62 9C DA 37 1C 0 F D3 3E 3E
Octal 142 234 332 67 34 0 17 323 76 76
Binary 1100010 10011100 11011010 110111 11100 0 1111 11010011 111110 111110

Color Harmonies of #629CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629CDA

Black with #629CDA

Text Example


Text Example

White with #629CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,156,218); }

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

background-color css

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

 a { background-color: rgb(98,156,218); }

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

border-color css

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

 span { border-color: rgb(98,156,218); }

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