Html Css Color HEX #6698CF Picton Blue

📋 copy color: '#6698CF'

red 102 ◦ green 152 ◦ blue 207

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

Shades of Picton Blue #6698CF

Tints of Picton Blue #6698CF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.97%

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

R = 22.13%
G = 32.97%
B = 44.9%

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

#6698CF (or 0x6698CF) is known color: Picton Blue. HEX triplet: 66, 98 and CF. RGB value is (102,152,207). Sum of RGB (Red+Green+Blue) = 102+152+207=461 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.13% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #6698CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6698CF is #996730. Grayscale: #8F8F8F. Windows color (decimal): -10053425 or 13604966. OLE color: 13604966.

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

Color convert

RGB 102 152 207 -
CMYK 0.51 0.27 0 0.19
HSL 211.43º 0.52% 0.61% -
HSV(B) 211.43º 0.51% 0.81% -
XYZ 27.97 29.79 63.31 -
YUV 143.32 163.94 98.53 -
System Red Green Blue C M Y K H S L
Decimal 102 152 207 0.51 0.27 0 0.19 211.43 0.52 0.61
Hex 66 98 CF 33 1B 0 13 D3 34 3D
Octal 146 230 317 63 33 0 23 323 64 75
Binary 1100110 10011000 11001111 110011 11011 0 10011 11010011 110100 111101

Color Harmonies of #6698CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6698CF

Black with #6698CF

Text Example


Text Example

White with #6698CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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