Html Css Color HEX #6999CF Picton Blue

📋 copy color: '#6999CF'

red 105 ◦ green 153 ◦ blue 207

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

Shades of Picton Blue #6999CF

Tints of Picton Blue #6999CF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.9%

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

R = 22.58%
G = 32.9%
B = 44.52%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6999CF (or 0x6999CF) is known color: Picton Blue. HEX triplet: 69, 99 and CF. RGB value is (105,153,207). Sum of RGB (Red+Green+Blue) = 105+153+207=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #6999CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6999CF is #966630. Grayscale: #909090. Windows color (decimal): -9856561 or 13605225. OLE color: 13605225.

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

Color convert

RGB 105 153 207 -
CMYK 0.49 0.26 0 0.19
HSL 211.76º 0.52% 0.61% -
HSV(B) 211.76º 0.49% 0.81% -
XYZ 28.48 30.29 63.38 -
YUV 144.8 163.1 99.61 -
System Red Green Blue C M Y K H S L
Decimal 105 153 207 0.49 0.26 0 0.19 211.76 0.52 0.61
Hex 69 99 CF 31 1A 0 13 D4 34 3D
Octal 151 231 317 61 32 0 23 324 64 75
Binary 1101001 10011001 11001111 110001 11010 0 10011 11010100 110100 111101

Color Harmonies of #6999CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6999CF

Black with #6999CF

Text Example


Text Example

White with #6999CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6999CF; }

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

 H1.HeaderClassName
 {
   color: #6999CF;
 }
 .AnyTagClassName
 {
   color: #6999CF;
 }
</style>

background-color css

<style>
 a { background-color: #6999CF; }

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

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

border-color css

<style>
 span { border-color: #6999CF; }

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

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