Html Css Color HEX #639FDA Picton Blue

📋 copy color: '#639FDA'

red 99 ◦ green 159 ◦ blue 218

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

Shades of Picton Blue #639FDA

Tints of Picton Blue #639FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.4%

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

R = 20.8%
G = 33.4%
B = 45.8%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#639FDA (or 0x639FDA) is known color: Picton Blue. HEX triplet: 63, 9F and DA. RGB value is (99,159,218). Sum of RGB (Red+Green+Blue) = 99+159+218=476 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.80% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #639FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639FDA is #9C6025. Grayscale: #939393. Windows color (decimal): -10248230 or 14327651. OLE color: 14327651.

HSL color Cylindrical-coordinate representation of color #639FDA: hue angle of 209.75º 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 #639FDA is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 99 159 218 -
CMYK 0.55 0.27 0 0.15
HSL 209.75º 0.62% 0.62% -
HSV(B) 209.75º 0.55% 0.85% -
XYZ 30.2 32.51 71.01 -
YUV 147.79 167.62 93.2 -
System Red Green Blue C M Y K H S L
Decimal 99 159 218 0.55 0.27 0 0.15 209.75 0.62 0.62
Hex 63 9F DA 37 1B 0 F D2 3E 3E
Octal 143 237 332 67 33 0 17 322 76 76
Binary 1100011 10011111 11011010 110111 11011 0 1111 11010010 111110 111110

Color Harmonies of #639FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639FDA

Black with #639FDA

Text Example


Text Example

White with #639FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,159,218); }

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

background-color css

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

 a { background-color: rgb(99,159,218); }

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

border-color css

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

 span { border-color: rgb(99,159,218); }

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