Html Css Color HEX #6F8BDA Cornflower Blue

📋 copy color: '#6F8BDA'

red 111 ◦ green 139 ◦ blue 218

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

Shades of Cornflower Blue #6F8BDA

Tints of Cornflower Blue #6F8BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.7%

 BLUE value IS 218 (85.55% from 255) = 46.58%

R = 23.72%
G = 29.7%
B = 46.58%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6F8BDA (or 0x6F8BDA) is known color: Cornflower Blue. HEX triplet: 6F, 8B and DA. RGB value is (111,139,218). Sum of RGB (Red+Green+Blue) = 111+139+218=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F8BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8BDA is #907425. Grayscale: #8B8B8B. Windows color (decimal): -9466918 or 14322543. OLE color: 14322543.

HSL color Cylindrical-coordinate representation of color #6F8BDA: hue angle of 224.3º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F8BDA is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 139 218 -
CMYK 0.49 0.36 0 0.15
HSL 224.3º 0.59% 0.65% -
HSV(B) 224.3º 0.49% 0.85% -
XYZ 28.44 26.91 70.02 -
YUV 139.63 172.22 107.58 -
System Red Green Blue C M Y K H S L
Decimal 111 139 218 0.49 0.36 0 0.15 224.3 0.59 0.65
Hex 6F 8B DA 31 24 0 F E0 3B 41
Octal 157 213 332 61 44 0 17 340 73 101
Binary 1101111 10001011 11011010 110001 100100 0 1111 11100000 111011 1000001

Color Harmonies of #6F8BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8BDA

Black with #6F8BDA

Text Example


Text Example

White with #6F8BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,139,218); }

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

background-color css

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

 a { background-color: rgb(111,139,218); }

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

border-color css

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

 span { border-color: rgb(111,139,218); }

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