Html Css Color HEX #699CCF Picton Blue

📋 copy color: '#699CCF'

red 105 ◦ green 156 ◦ blue 207

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

Shades of Picton Blue #699CCF

Tints of Picton Blue #699CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.33%

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

R = 22.44%
G = 33.33%
B = 44.23%

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

#699CCF (or 0x699CCF) is known color: Picton Blue. HEX triplet: 69, 9C and CF. RGB value is (105,156,207). Sum of RGB (Red+Green+Blue) = 105+156+207=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #699CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699CCF is #966330. Grayscale: #929292. Windows color (decimal): -9855793 or 13605993. OLE color: 13605993.

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

Color convert

RGB 105 156 207 -
CMYK 0.49 0.25 0 0.19
HSL 210º 0.52% 0.61% -
HSV(B) 210º 0.49% 0.81% -
XYZ 28.98 31.29 63.54 -
YUV 146.57 162.1 98.35 -
System Red Green Blue C M Y K H S L
Decimal 105 156 207 0.49 0.25 0 0.19 210 0.52 0.61
Hex 69 9C CF 31 19 0 13 D2 34 3D
Octal 151 234 317 61 31 0 23 322 64 75
Binary 1101001 10011100 11001111 110001 11001 0 10011 11010010 110100 111101

Color Harmonies of #699CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699CCF

Black with #699CCF

Text Example


Text Example

White with #699CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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