Html Css Color HEX #629CCF Picton Blue

📋 copy color: '#629CCF'

red 98 ◦ green 156 ◦ blue 207

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

Shades of Picton Blue #629CCF

Tints of Picton Blue #629CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.9%

R = 21.26%
G = 33.84%
B = 44.9%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#629CCF (or 0x629CCF) is known color: Picton Blue. HEX triplet: 62, 9C and CF. RGB value is (98,156,207). Sum of RGB (Red+Green+Blue) = 98+156+207=461 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.26% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #629CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629CCF is #9D6330. Grayscale: #909090. Windows color (decimal): -10314545 or 13605986. OLE color: 13605986.

HSL color Cylindrical-coordinate representation of color #629CCF: hue angle of 208.07º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #629CCF is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 156 207 -
CMYK 0.53 0.25 0 0.19
HSL 208.07º 0.53% 0.6% -
HSV(B) 208.07º 0.53% 0.81% -
XYZ 28.19 30.88 63.51 -
YUV 144.47 163.28 94.85 -
System Red Green Blue C M Y K H S L
Decimal 98 156 207 0.53 0.25 0 0.19 208.07 0.53 0.6
Hex 62 9C CF 35 19 0 13 D0 35 3C
Octal 142 234 317 65 31 0 23 320 65 74
Binary 1100010 10011100 11001111 110101 11001 0 10011 11010000 110101 111100

Color Harmonies of #629CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629CCF

Black with #629CCF

Text Example


Text Example

White with #629CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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