Html Css Color HEX #6F8AFB Cornflower Blue

📋 copy color: '#6F8AFB'

red 111 ◦ green 138 ◦ blue 251

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

Shades of Cornflower Blue #6F8AFB

Tints of Cornflower Blue #6F8AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.6%

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 22.2%
G = 27.6%
B = 50.2%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F8AFB (or 0x6F8AFB) is known color: Cornflower Blue. HEX triplet: 6F, 8A and FB. RGB value is (111,138,251). Sum of RGB (Red+Green+Blue) = 111+138+251=500 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.2% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F8AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8AFB is #907504. Grayscale: #8E8E8E. Windows color (decimal): -9467141 or 16484975. OLE color: 16484975.

HSL color Cylindrical-coordinate representation of color #6F8AFB: hue angle of 228.43º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F8AFB is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 138 251 -
CMYK 0.56 0.45 0 0.02
HSL 228.43º 0.95% 0.71% -
HSV(B) 228.43º 0.56% 0.98% -
XYZ 33.06 28.52 95.03 -
YUV 142.81 189.05 105.31 -
System Red Green Blue C M Y K H S L
Decimal 111 138 251 0.56 0.45 0 0.02 228.43 0.95 0.71
Hex 6F 8A FB 38 2D 0 2 E4 5F 47
Octal 157 212 373 70 55 0 2 344 137 107
Binary 1101111 10001010 11111011 111000 101101 0 10 11100100 1011111 1000111

Color Harmonies of #6F8AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8AFB

Black with #6F8AFB

Text Example


Text Example

White with #6F8AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,138,251); }

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

background-color css

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

 a { background-color: rgb(111,138,251); }

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

border-color css

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

 span { border-color: rgb(111,138,251); }

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