Html Css Color HEX #6F96DB Cornflower Blue

📋 copy color: '#6F96DB'

red 111 ◦ green 150 ◦ blue 219

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

Shades of Cornflower Blue #6F96DB

Tints of Cornflower Blue #6F96DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 23.13%
G = 31.25%
B = 45.63%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F96DB (or 0x6F96DB) is known color: Cornflower Blue. HEX triplet: 6F, 96 and DB. RGB value is (111,150,219). Sum of RGB (Red+Green+Blue) = 111+150+219=480 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.12% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F96DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F96DB is #906924. Grayscale: #919191. Windows color (decimal): -9464101 or 14390895. OLE color: 14390895.

HSL color Cylindrical-coordinate representation of color #6F96DB: hue angle of 218.33º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F96DB is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 150 219 -
CMYK 0.49 0.32 0 0.14
HSL 218.33º 0.6% 0.65% -
HSV(B) 218.33º 0.49% 0.86% -
XYZ 30.25 30.31 71.27 -
YUV 146.21 169.08 102.89 -
System Red Green Blue C M Y K H S L
Decimal 111 150 219 0.49 0.32 0 0.14 218.33 0.6 0.65
Hex 6F 96 DB 31 20 0 E DA 3C 41
Octal 157 226 333 61 40 0 16 332 74 101
Binary 1101111 10010110 11011011 110001 100000 0 1110 11011010 111100 1000001

Color Harmonies of #6F96DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F96DB

Black with #6F96DB

Text Example


Text Example

White with #6F96DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,150,219); }

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

background-color css

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

 a { background-color: rgb(111,150,219); }

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

border-color css

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

 span { border-color: rgb(111,150,219); }

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