Html Css Color HEX #6B8AFB Cornflower Blue

📋 copy color: '#6B8AFB'

red 107 ◦ green 138 ◦ blue 251

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

Shades of Cornflower Blue #6B8AFB

Tints of Cornflower Blue #6B8AFB

RGB

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

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

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

R = 21.57%
G = 27.82%
B = 50.6%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B8AFB (or 0x6B8AFB) is known color: Cornflower Blue. HEX triplet: 6B, 8A and FB. RGB value is (107,138,251). Sum of RGB (Red+Green+Blue) = 107+138+251=496 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.57% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B8AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B8AFB is #947504. Grayscale: #8D8D8D. Windows color (decimal): -9729285 or 16484971. OLE color: 16484971.

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

Color convert

RGB 107 138 251 -
CMYK 0.57 0.45 0 0.02
HSL 227.08º 0.95% 0.7% -
HSV(B) 227.08º 0.57% 0.98% -
XYZ 32.56 28.27 95.01 -
YUV 141.61 189.73 103.31 -
System Red Green Blue C M Y K H S L
Decimal 107 138 251 0.57 0.45 0 0.02 227.08 0.95 0.7
Hex 6B 8A FB 39 2D 0 2 E3 5F 46
Octal 153 212 373 71 55 0 2 343 137 106
Binary 1101011 10001010 11111011 111001 101101 0 10 11100011 1011111 1000110

Color Harmonies of #6B8AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8AFB

Black with #6B8AFB

Text Example


Text Example

White with #6B8AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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