Html Css Color HEX #699FCE Picton Blue

📋 copy color: '#699FCE'

red 105 ◦ green 159 ◦ blue 206

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

Shades of Picton Blue #699FCE

Tints of Picton Blue #699FCE

RGB

 RED value IS 105 (41.41% from 255) = 22.34%

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

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 22.34%
G = 33.83%
B = 43.83%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#699FCE (or 0x699FCE) is known color: Picton Blue. HEX triplet: 69, 9F and CE. RGB value is (105,159,206). Sum of RGB (Red+Green+Blue) = 105+159+206=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #699FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699FCE is #966031. Grayscale: #939393. Windows color (decimal): -9855026 or 13541225. OLE color: 13541225.

HSL color Cylindrical-coordinate representation of color #699FCE: hue angle of 207.92º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #699FCE is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 159 206 -
CMYK 0.49 0.23 0 0.19
HSL 207.92º 0.51% 0.61% -
HSV(B) 207.92º 0.49% 0.81% -
XYZ 29.36 32.26 63.07 -
YUV 148.21 160.61 97.18 -
System Red Green Blue C M Y K H S L
Decimal 105 159 206 0.49 0.23 0 0.19 207.92 0.51 0.61
Hex 69 9F CE 31 17 0 13 D0 33 3D
Octal 151 237 316 61 27 0 23 320 63 75
Binary 1101001 10011111 11001110 110001 10111 0 10011 11010000 110011 111101

Color Harmonies of #699FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699FCE

Black with #699FCE

Text Example


Text Example

White with #699FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699FCE; }

 p { color: rgb(105,159,206); }

 H1.HeaderClassName
 {
   color: #699FCE;
 }
 .AnyTagClassName
 {
   color: #699FCE;
 }
</style>

background-color css

<style>
 a { background-color: #699FCE; }

 a { background-color: rgb(105,159,206); }

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

border-color css

<style>
 span { border-color: #699FCE; }

 span { border-color: rgb(105,159,206); }

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