Html Css Color HEX #639CD6 Picton Blue

📋 copy color: '#639CD6'

red 99 ◦ green 156 ◦ blue 214

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

Shades of Picton Blue #639CD6

Tints of Picton Blue #639CD6

RGB

 RED value IS 99 (39.06% from 255) = 21.11%

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

 BLUE value IS 214 (83.98% from 255) = 45.63%

R = 21.11%
G = 33.26%
B = 45.63%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#639CD6 (or 0x639CD6) is known color: Picton Blue. HEX triplet: 63, 9C and D6. RGB value is (99,156,214). Sum of RGB (Red+Green+Blue) = 99+156+214=469 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.11% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 214 - color contains mainly: blue. Hex color #639CD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639CD6 is #9C6329. Grayscale: #919191. Windows color (decimal): -10249002 or 14064739. OLE color: 14064739.

HSL color Cylindrical-coordinate representation of color #639CD6: hue angle of 210.26º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #639CD6 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 99 156 214 -
CMYK 0.54 0.27 0 0.16
HSL 210.26º 0.58% 0.61% -
HSV(B) 210.26º 0.54% 0.84% -
XYZ 29.17 31.28 68.12 -
YUV 145.57 166.62 94.78 -
System Red Green Blue C M Y K H S L
Decimal 99 156 214 0.54 0.27 0 0.16 210.26 0.58 0.61
Hex 63 9C D6 36 1B 0 10 D2 3A 3D
Octal 143 234 326 66 33 0 20 322 72 75
Binary 1100011 10011100 11010110 110110 11011 0 10000 11010010 111010 111101

Color Harmonies of #639CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639CD6

Black with #639CD6

Text Example


Text Example

White with #639CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639CD6; }

 p { color: rgb(99,156,214); }

 H1.HeaderClassName
 {
   color: #639CD6;
 }
 .AnyTagClassName
 {
   color: #639CD6;
 }
</style>

background-color css

<style>
 a { background-color: #639CD6; }

 a { background-color: rgb(99,156,214); }

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

border-color css

<style>
 span { border-color: #639CD6; }

 span { border-color: rgb(99,156,214); }

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