Html Css Color HEX #699BCF Picton Blue

📋 copy color: '#699BCF'

red 105 ◦ green 155 ◦ blue 207

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

Shades of Picton Blue #699BCF

Tints of Picton Blue #699BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.33%

R = 22.48%
G = 33.19%
B = 44.33%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#699BCF (or 0x699BCF) is known color: Picton Blue. HEX triplet: 69, 9B and CF. RGB value is (105,155,207). Sum of RGB (Red+Green+Blue) = 105+155+207=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #699BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699BCF is #966430. Grayscale: #919191. Windows color (decimal): -9856049 or 13605737. OLE color: 13605737.

HSL color Cylindrical-coordinate representation of color #699BCF: hue angle of 210.59º degrees, saturation: 0.52, 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 #699BCF is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 155 207 -
CMYK 0.49 0.25 0 0.19
HSL 210.59º 0.52% 0.61% -
HSV(B) 210.59º 0.49% 0.81% -
XYZ 28.81 30.95 63.49 -
YUV 145.98 162.44 98.77 -
System Red Green Blue C M Y K H S L
Decimal 105 155 207 0.49 0.25 0 0.19 210.59 0.52 0.61
Hex 69 9B CF 31 19 0 13 D3 34 3D
Octal 151 233 317 61 31 0 23 323 64 75
Binary 1101001 10011011 11001111 110001 11001 0 10011 11010011 110100 111101

Color Harmonies of #699BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699BCF

Black with #699BCF

Text Example


Text Example

White with #699BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,155,207); }

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

background-color css

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

 a { background-color: rgb(105,155,207); }

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

border-color css

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

 span { border-color: rgb(105,155,207); }

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