Html Css Color HEX #639BDB Picton Blue

📋 copy color: '#639BDB'

red 99 ◦ green 155 ◦ blue 219

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

Shades of Picton Blue #639BDB

Tints of Picton Blue #639BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 20.93%
G = 32.77%
B = 46.3%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#639BDB (or 0x639BDB) is known color: Picton Blue. HEX triplet: 63, 9B and DB. RGB value is (99,155,219). Sum of RGB (Red+Green+Blue) = 99+155+219=473 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.93% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #639BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639BDB is #9C6424. Grayscale: #919191. Windows color (decimal): -10249253 or 14392163. OLE color: 14392163.

HSL color Cylindrical-coordinate representation of color #639BDB: hue angle of 212º degrees, saturation: 0.62, 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 #639BDB is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 155 219 -
CMYK 0.55 0.29 0 0.14
HSL 212º 0.63% 0.62% -
HSV(B) 212º 0.55% 0.86% -
XYZ 29.65 31.21 71.48 -
YUV 145.55 169.45 94.8 -
System Red Green Blue C M Y K H S L
Decimal 99 155 219 0.55 0.29 0 0.14 212 0.63 0.62
Hex 63 9B DB 37 1D 0 E D4 3E 3E
Octal 143 233 333 67 35 0 16 324 76 76
Binary 1100011 10011011 11011011 110111 11101 0 1110 11010100 111110 111110

Color Harmonies of #639BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639BDB

Black with #639BDB

Text Example


Text Example

White with #639BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,155,219); }

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

background-color css

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

 a { background-color: rgb(99,155,219); }

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

border-color css

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

 span { border-color: rgb(99,155,219); }

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