Html Css Color HEX #6697CF Picton Blue

📋 copy color: '#6697CF'

red 102 ◦ green 151 ◦ blue 207

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

Shades of Picton Blue #6697CF

Tints of Picton Blue #6697CF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.83%

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

R = 22.17%
G = 32.83%
B = 45%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6697CF (or 0x6697CF) is known color: Picton Blue. HEX triplet: 66, 97 and CF. RGB value is (102,151,207). Sum of RGB (Red+Green+Blue) = 102+151+207=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #6697CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6697CF is #996830. Grayscale: #8E8E8E. Windows color (decimal): -10053681 or 13604710. OLE color: 13604710.

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

Color convert

RGB 102 151 207 -
CMYK 0.51 0.27 0 0.19
HSL 212º 0.52% 0.61% -
HSV(B) 212º 0.51% 0.81% -
XYZ 27.81 29.46 63.25 -
YUV 142.73 164.27 98.95 -
System Red Green Blue C M Y K H S L
Decimal 102 151 207 0.51 0.27 0 0.19 212 0.52 0.61
Hex 66 97 CF 33 1B 0 13 D4 34 3D
Octal 146 227 317 63 33 0 23 324 64 75
Binary 1100110 10010111 11001111 110011 11011 0 10011 11010100 110100 111101

Color Harmonies of #6697CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6697CF

Black with #6697CF

Text Example


Text Example

White with #6697CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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