Html Css Color HEX #6696CF Picton Blue

📋 copy color: '#6696CF'

red 102 ◦ green 150 ◦ blue 207

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

Shades of Picton Blue #6696CF

Tints of Picton Blue #6696CF

RGB

 RED value IS 102 (40.23% from 255) = 22.22%

 GREEN value IS 150 (58.98% from 255) = 32.68%

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

R = 22.22%
G = 32.68%
B = 45.1%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6696CF (or 0x6696CF) is known color: Picton Blue. HEX triplet: 66, 96 and CF. RGB value is (102,150,207). Sum of RGB (Red+Green+Blue) = 102+150+207=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #6696CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6696CF is #996930. Grayscale: #8D8D8D. Windows color (decimal): -10053937 or 13604454. OLE color: 13604454.

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

Color convert

RGB 102 150 207 -
CMYK 0.51 0.28 0 0.19
HSL 212.57º 0.52% 0.61% -
HSV(B) 212.57º 0.51% 0.81% -
XYZ 27.65 29.14 63.2 -
YUV 142.15 164.6 99.37 -
System Red Green Blue C M Y K H S L
Decimal 102 150 207 0.51 0.28 0 0.19 212.57 0.52 0.61
Hex 66 96 CF 33 1C 0 13 D5 34 3D
Octal 146 226 317 63 34 0 23 325 64 75
Binary 1100110 10010110 11001111 110011 11100 0 10011 11010101 110100 111101

Color Harmonies of #6696CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6696CF

Black with #6696CF

Text Example


Text Example

White with #6696CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,150,207); }

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

background-color css

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

 a { background-color: rgb(102,150,207); }

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

border-color css

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

 span { border-color: rgb(102,150,207); }

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