Html Css Color HEX #639BDA Picton Blue

📋 copy color: '#639BDA'

red 99 ◦ green 155 ◦ blue 218

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

Shades of Picton Blue #639BDA

Tints of Picton Blue #639BDA

RGB

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

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

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

R = 20.97%
G = 32.84%
B = 46.19%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#639BDA (or 0x639BDA) is known color: Picton Blue. HEX triplet: 63, 9B and DA. RGB value is (99,155,218). Sum of RGB (Red+Green+Blue) = 99+155+218=472 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.97% from 472); Green value is 155 (60.94% from 255 or 32.84% 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 #639BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639BDA is #9C6425. Grayscale: #919191. Windows color (decimal): -10249254 or 14326627. OLE color: 14326627.

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

Color convert

RGB 99 155 218 -
CMYK 0.55 0.29 0 0.15
HSL 211.76º 0.62% 0.62% -
HSV(B) 211.76º 0.55% 0.85% -
XYZ 29.52 31.16 70.79 -
YUV 145.44 168.95 94.88 -
System Red Green Blue C M Y K H S L
Decimal 99 155 218 0.55 0.29 0 0.15 211.76 0.62 0.62
Hex 63 9B DA 37 1D 0 F D4 3E 3E
Octal 143 233 332 67 35 0 17 324 76 76
Binary 1100011 10011011 11011010 110111 11101 0 1111 11010100 111110 111110

Color Harmonies of #639BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639BDA

Black with #639BDA

Text Example


Text Example

White with #639BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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