Html Css Color HEX #6F9BFF Cornflower Blue

📋 copy color: '#6F9BFF'

red 111 ◦ green 155 ◦ blue 255

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

Shades of Cornflower Blue #6F9BFF

Tints of Cornflower Blue #6F9BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.94%

R = 21.31%
G = 29.75%
B = 48.94%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6F9BFF (or 0x6F9BFF) is known color: Cornflower Blue. HEX triplet: 6F, 9B and FF. RGB value is (111,155,255). Sum of RGB (Red+Green+Blue) = 111+155+255=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F9BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9BFF is #906400. Grayscale: #989898. Windows color (decimal): -9462785 or 16751471. OLE color: 16751471.

HSL color Cylindrical-coordinate representation of color #6F9BFF: hue angle of 221.67º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F9BFF is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 111 155 255 -
CMYK 0.56 0.39 0 0
HSL 221.67º 1% 0.72% -
HSV(B) 221.67º 0.56% 1% -
XYZ 36.33 34.04 99.26 -
YUV 153.24 185.42 97.87 -
System Red Green Blue C M Y K H S L
Decimal 111 155 255 0.56 0.39 0 0 221.67 1 0.72
Hex 6F 9B FF 38 27 0 0 DE 64 48
Octal 157 233 377 70 47 0 0 336 144 110
Binary 1101111 10011011 11111111 111000 100111 0 0 11011110 1100100 1001000

Color Harmonies of #6F9BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9BFF

Black with #6F9BFF

Text Example


Text Example

White with #6F9BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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