Html Css Color HEX #6F9BCE Picton Blue

📋 copy color: '#6F9BCE'

red 111 ◦ green 155 ◦ blue 206

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

Shades of Picton Blue #6F9BCE

Tints of Picton Blue #6F9BCE

RGB

 RED value IS 111 (43.75% from 255) = 23.52%

 GREEN value IS 155 (60.94% from 255) = 32.84%

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 23.52%
G = 32.84%
B = 43.64%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F9BCE (or 0x6F9BCE) is known color: Picton Blue. HEX triplet: 6F, 9B and CE. RGB value is (111,155,206). Sum of RGB (Red+Green+Blue) = 111+155+206=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F9BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9BCE is #906431. Grayscale: #939393. Windows color (decimal): -9462834 or 13540207. OLE color: 13540207.

HSL color Cylindrical-coordinate representation of color #6F9BCE: hue angle of 212.21º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F9BCE is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 155 206 -
CMYK 0.46 0.25 0 0.19
HSL 212.21º 0.49% 0.62% -
HSV(B) 212.21º 0.46% 0.81% -
XYZ 29.42 31.28 62.88 -
YUV 147.66 160.92 101.85 -
System Red Green Blue C M Y K H S L
Decimal 111 155 206 0.46 0.25 0 0.19 212.21 0.49 0.62
Hex 6F 9B CE 2E 19 0 13 D4 31 3E
Octal 157 233 316 56 31 0 23 324 61 76
Binary 1101111 10011011 11001110 101110 11001 0 10011 11010100 110001 111110

Color Harmonies of #6F9BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9BCE

Black with #6F9BCE

Text Example


Text Example

White with #6F9BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F9BCE; }

 p { color: rgb(111,155,206); }

 H1.HeaderClassName
 {
   color: #6F9BCE;
 }
 .AnyTagClassName
 {
   color: #6F9BCE;
 }
</style>

background-color css

<style>
 a { background-color: #6F9BCE; }

 a { background-color: rgb(111,155,206); }

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

border-color css

<style>
 span { border-color: #6F9BCE; }

 span { border-color: rgb(111,155,206); }

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