Html Css Color HEX #6B8CFA Cornflower Blue

📋 copy color: '#6B8CFA'

red 107 ◦ green 140 ◦ blue 250

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

Shades of Cornflower Blue #6B8CFA

Tints of Cornflower Blue #6B8CFA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.17%

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

R = 21.53%
G = 28.17%
B = 50.3%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B8CFA (or 0x6B8CFA) is known color: Cornflower Blue. HEX triplet: 6B, 8C and FA. RGB value is (107,140,250). Sum of RGB (Red+Green+Blue) = 107+140+250=497 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.53% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B8CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B8CFA is #947305. Grayscale: #8E8E8E. Windows color (decimal): -9728774 or 16419947. OLE color: 16419947.

HSL color Cylindrical-coordinate representation of color #6B8CFA: hue angle of 226.15º 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 #6B8CFA is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 140 250 -
CMYK 0.57 0.44 0 0.02
HSL 226.15º 0.93% 0.7% -
HSV(B) 226.15º 0.57% 0.98% -
XYZ 32.7 28.78 94.28 -
YUV 142.67 188.57 102.56 -
System Red Green Blue C M Y K H S L
Decimal 107 140 250 0.57 0.44 0 0.02 226.15 0.93 0.7
Hex 6B 8C FA 39 2C 0 2 E2 5D 46
Octal 153 214 372 71 54 0 2 342 135 106
Binary 1101011 10001100 11111010 111001 101100 0 10 11100010 1011101 1000110

Color Harmonies of #6B8CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8CFA

Black with #6B8CFA

Text Example


Text Example

White with #6B8CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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