Html Css Color HEX #6F95DA Cornflower Blue

📋 copy color: '#6F95DA'

red 111 ◦ green 149 ◦ blue 218

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

Shades of Cornflower Blue #6F95DA

Tints of Cornflower Blue #6F95DA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.17%

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 23.22%
G = 31.17%
B = 45.61%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6F95DA (or 0x6F95DA) is known color: Cornflower Blue. HEX triplet: 6F, 95 and DA. RGB value is (111,149,218). Sum of RGB (Red+Green+Blue) = 111+149+218=478 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.22% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F95DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F95DA is #906A25. Grayscale: #919191. Windows color (decimal): -9464358 or 14325103. OLE color: 14325103.

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

Color convert

RGB 111 149 218 -
CMYK 0.49 0.32 0 0.15
HSL 218.69º 0.59% 0.65% -
HSV(B) 218.69º 0.49% 0.85% -
XYZ 29.96 29.94 70.53 -
YUV 145.5 168.91 103.39 -
System Red Green Blue C M Y K H S L
Decimal 111 149 218 0.49 0.32 0 0.15 218.69 0.59 0.65
Hex 6F 95 DA 31 20 0 F DB 3B 41
Octal 157 225 332 61 40 0 17 333 73 101
Binary 1101111 10010101 11011010 110001 100000 0 1111 11011011 111011 1000001

Color Harmonies of #6F95DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F95DA

Black with #6F95DA

Text Example


Text Example

White with #6F95DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,149,218); }

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

background-color css

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

 a { background-color: rgb(111,149,218); }

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

border-color css

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

 span { border-color: rgb(111,149,218); }

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