Html Css Color HEX #699FCC Picton Blue

📋 copy color: '#699FCC'

red 105 ◦ green 159 ◦ blue 204

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

Shades of Picton Blue #699FCC

Tints of Picton Blue #699FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 22.44%
G = 33.97%
B = 43.59%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#699FCC (or 0x699FCC) is known color: Picton Blue. HEX triplet: 69, 9F and CC. RGB value is (105,159,204). Sum of RGB (Red+Green+Blue) = 105+159+204=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #699FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699FCC is #966033. Grayscale: #939393. Windows color (decimal): -9855028 or 13410153. OLE color: 13410153.

HSL color Cylindrical-coordinate representation of color #699FCC: hue angle of 207.27º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #699FCC is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 159 204 -
CMYK 0.49 0.22 0 0.2
HSL 207.27º 0.49% 0.61% -
HSV(B) 207.27º 0.49% 0.8% -
XYZ 29.12 32.16 61.8 -
YUV 147.98 159.61 97.34 -
System Red Green Blue C M Y K H S L
Decimal 105 159 204 0.49 0.22 0 0.2 207.27 0.49 0.61
Hex 69 9F CC 31 16 0 14 CF 31 3D
Octal 151 237 314 61 26 0 24 317 61 75
Binary 1101001 10011111 11001100 110001 10110 0 10100 11001111 110001 111101

Color Harmonies of #699FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699FCC

Black with #699FCC

Text Example


Text Example

White with #699FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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