Html Css Color HEX #6694CF Picton Blue

📋 copy color: '#6694CF'

red 102 ◦ green 148 ◦ blue 207

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

Shades of Picton Blue #6694CF

Tints of Picton Blue #6694CF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.39%

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

R = 22.32%
G = 32.39%
B = 45.3%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6694CF (or 0x6694CF) is known color: Picton Blue. HEX triplet: 66, 94 and CF. RGB value is (102,148,207). Sum of RGB (Red+Green+Blue) = 102+148+207=457 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.32% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #6694CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6694CF is #996B30. Grayscale: #8C8C8C. Windows color (decimal): -10054449 or 13603942. OLE color: 13603942.

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

Color convert

RGB 102 148 207 -
CMYK 0.51 0.29 0 0.19
HSL 213.71º 0.52% 0.61% -
HSV(B) 213.71º 0.51% 0.81% -
XYZ 27.33 28.51 63.09 -
YUV 140.97 165.26 100.2 -
System Red Green Blue C M Y K H S L
Decimal 102 148 207 0.51 0.29 0 0.19 213.71 0.52 0.61
Hex 66 94 CF 33 1D 0 13 D6 34 3D
Octal 146 224 317 63 35 0 23 326 64 75
Binary 1100110 10010100 11001111 110011 11101 0 10011 11010110 110100 111101

Color Harmonies of #6694CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6694CF

Black with #6694CF

Text Example


Text Example

White with #6694CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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