Html Css Color HEX #6B8FFA Cornflower Blue

📋 copy color: '#6B8FFA'

red 107 ◦ green 143 ◦ blue 250

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

Shades of Cornflower Blue #6B8FFA

Tints of Cornflower Blue #6B8FFA

RGB

 RED value IS 107 (42.19% from 255) = 21.4%

 GREEN value IS 143 (56.25% from 255) = 28.6%

 BLUE value IS 250 (98.05% from 255) = 50%

R = 21.4%
G = 28.6%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B8FFA (or 0x6B8FFA) is known color: Cornflower Blue. HEX triplet: 6B, 8F and FA. RGB value is (107,143,250). Sum of RGB (Red+Green+Blue) = 107+143+250=500 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.4% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B8FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B8FFA is #947005. Grayscale: #8F8F8F. Windows color (decimal): -9728006 or 16420715. OLE color: 16420715.

HSL color Cylindrical-coordinate representation of color #6B8FFA: hue angle of 224.9º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B8FFA is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 143 250 -
CMYK 0.57 0.43 0 0.02
HSL 224.9º 0.93% 0.7% -
HSV(B) 224.9º 0.57% 0.98% -
XYZ 33.14 29.67 94.42 -
YUV 144.43 187.57 101.3 -
System Red Green Blue C M Y K H S L
Decimal 107 143 250 0.57 0.43 0 0.02 224.9 0.93 0.7
Hex 6B 8F FA 39 2B 0 2 E1 5D 46
Octal 153 217 372 71 53 0 2 341 135 106
Binary 1101011 10001111 11111010 111001 101011 0 10 11100001 1011101 1000110

Color Harmonies of #6B8FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8FFA

Black with #6B8FFA

Text Example


Text Example

White with #6B8FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,143,250); }

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

background-color css

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

 a { background-color: rgb(107,143,250); }

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

border-color css

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

 span { border-color: rgb(107,143,250); }

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